/Linux-v4.19/lib/ |
D | radix-tree.c | 391 struct radix_tree_preload *rtp; in radix_tree_node_alloc() local 408 rtp = this_cpu_ptr(&radix_tree_preloads); in radix_tree_node_alloc() 409 if (rtp->nr) { in radix_tree_node_alloc() 410 ret = rtp->nodes; in radix_tree_node_alloc() 411 rtp->nodes = ret->parent; in radix_tree_node_alloc() 412 rtp->nr--; in radix_tree_node_alloc() 469 struct radix_tree_preload *rtp; in __radix_tree_preload() local 480 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload() 481 while (rtp->nr < nr) { in __radix_tree_preload() 487 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload() [all …]
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | atombios_dp.c | 569 int rtp = 0; in radeon_dp_set_tp() local 575 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in radeon_dp_set_tp() 578 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in radeon_dp_set_tp() 581 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in radeon_dp_set_tp() 584 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0); in radeon_dp_set_tp() 588 rtp = 0; in radeon_dp_set_tp() 591 rtp = 1; in radeon_dp_set_tp() 595 dp_info->dp_clock, dp_info->enc_id, rtp); in radeon_dp_set_tp()
|
/Linux-v4.19/Documentation/devicetree/bindings/mfd/ |
D | sun4i-gpadc.txt | 50 rtp: rtp@1c25000 {
|
/Linux-v4.19/drivers/net/ethernet/amd/ |
D | declance.c | 332 unsigned char *rtp; in cp_to_buf() local 348 rtp = (unsigned char *)tp; in cp_to_buf() 351 *rtp++ = *rfp++; in cp_to_buf() 376 rtp = (unsigned char *)tp; in cp_to_buf() 379 *rtp++ = *rfp++; in cp_to_buf() 391 unsigned char *rtp; in cp_from_buf() local 407 rtp = (unsigned char *)tp; in cp_from_buf() 411 *rtp++ = *rfp++; in cp_from_buf() 437 rtp = (unsigned char *)tp; in cp_from_buf() 440 *rtp++ = *rfp++; in cp_from_buf()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | atombios_dp.c | 508 int rtp = 0; in amdgpu_atombios_dp_set_tp() local 513 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in amdgpu_atombios_dp_set_tp() 516 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in amdgpu_atombios_dp_set_tp() 519 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in amdgpu_atombios_dp_set_tp() 522 amdgpu_atombios_encoder_setup_dig_encoder(dp_info->encoder, rtp, 0); in amdgpu_atombios_dp_set_tp()
|
/Linux-v4.19/drivers/staging/xgifb/ |
D | TODO | 13 Arnaud Patard <arnaud.patard@rtp-net.org>
|
/Linux-v4.19/net/decnet/ |
D | dn_route.c | 190 struct dn_route __rcu **rtp; in dn_dst_check_expire() local 195 rtp = &dn_rt_hash_table[i].chain; in dn_dst_check_expire() 198 while ((rt = rcu_dereference_protected(*rtp, in dn_dst_check_expire() 202 rtp = &rt->dn_next; in dn_dst_check_expire() 205 *rtp = rt->dn_next; in dn_dst_check_expire() 222 struct dn_route __rcu **rtp; in dn_dst_gc() local 230 rtp = &dn_rt_hash_table[i].chain; in dn_dst_gc() 232 while ((rt = rcu_dereference_protected(*rtp, in dn_dst_gc() 236 rtp = &rt->dn_next; in dn_dst_gc() 239 *rtp = rt->dn_next; in dn_dst_gc()
|
/Linux-v4.19/net/ipv4/ |
D | ip_output.c | 1119 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument 1124 rt = *rtp; in ip_setup_cork() 1147 *rtp = NULL; in ip_setup_cork() 1179 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument 1189 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data() 1489 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument 1503 err = ip_setup_cork(sk, cork, ipc, rtp); in ip_make_skb()
|
D | fib_semantics.c | 144 static void rt_fibinfo_free(struct rtable __rcu **rtp) in rt_fibinfo_free() argument 146 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free() 188 static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp) in rt_fibinfo_free_cpus() argument 192 if (!rtp) in rt_fibinfo_free_cpus() 198 rt = rcu_dereference_protected(*per_cpu_ptr(rtp, cpu), 1); in rt_fibinfo_free_cpus() 204 free_percpu(rtp); in rt_fibinfo_free_cpus()
|
D | raw.c | 350 struct rtable **rtp, unsigned int flags, in raw_send_hdrinc() argument 359 struct rtable *rt = *rtp; in raw_send_hdrinc() 386 *rtp = NULL; in raw_send_hdrinc()
|
/Linux-v4.19/drivers/md/ |
D | dm-raid.c | 631 static bool __got_raid10(struct raid_type *rtp, const int layout) in __got_raid10() argument 633 if (rtp->level == 10) { in __got_raid10() 634 switch (rtp->algorithm) { in __got_raid10() 653 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type() local 655 while (rtp-- > raid_types) in get_raid_type() 656 if (!strcasecmp(rtp->name, name)) in get_raid_type() 657 return rtp; in get_raid_type() 665 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type_by_ll() local 667 while (rtp-- > raid_types) { in get_raid_type_by_ll() 669 if (rtp->level == level && in get_raid_type_by_ll() [all …]
|
/Linux-v4.19/net/ipv6/ |
D | ip6_fib.c | 1722 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() argument 1725 struct fib6_info *rt = rcu_dereference_protected(*rtp, in fib6_del_route() 1732 *rtp = rt->fib6_next; in fib6_del_route() 1796 struct fib6_info __rcu **rtp; in fib6_del() local 1808 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del() 1809 struct fib6_info *cur = rcu_dereference_protected(*rtp, in fib6_del() 1812 fib6_del_route(table, fn, rtp, info); in fib6_del()
|
D | addrconf.c | 6074 struct rt6_info **rtp; in addrconf_disable_policy_idev() local 6076 rtp = per_cpu_ptr(rt->rt6i_pcpu, cpu); in addrconf_disable_policy_idev() 6077 addrconf_set_nopolicy(*rtp, val); in addrconf_disable_policy_idev()
|
/Linux-v4.19/tools/testing/radix-tree/ |
D | multiorder.c | 467 struct radix_tree_preload *rtp = &radix_tree_preloads; in check_mem() local 468 if (rtp->nr != 0) in check_mem() 470 rtp->nr); in check_mem()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | sun5i-a13.dtsi | 59 thermal-sensors = <&rtp>;
|
D | sun4i-a10.dtsi | 134 thermal-sensors = <&rtp>; 857 rtp: rtp@1c25000 { label
|
D | sun5i.dtsi | 603 rtp: rtp@1c25000 { label
|
D | sun5i-gr8-evb.dts | 318 &rtp {
|
D | sun7i-a20.dtsi | 146 thermal-sensors = <&rtp>; 1081 rtp: rtp@1c25000 { label
|
D | sun6i-a31.dtsi | 172 thermal-sensors = <&rtp>; 791 rtp: rtp@1c25000 { label
|
/Linux-v4.19/include/net/ |
D | ip.h | 191 struct ipcm_cookie *ipc, struct rtable **rtp,
|
/Linux-v4.19/ |
D | .mailmap | 30 Arnaud Patard <arnaud.patard@rtp-net.org>
|
D | MAINTAINERS | 13853 M: Arnaud Patard <arnaud.patard@rtp-net.org>
|