/linux-4.1.27/lib/ |
D | radix-tree.c | 191 struct radix_tree_preload *rtp; in radix_tree_node_alloc() local 198 rtp = this_cpu_ptr(&radix_tree_preloads); in radix_tree_node_alloc() 199 if (rtp->nr) { in radix_tree_node_alloc() 200 ret = rtp->nodes[rtp->nr - 1]; in radix_tree_node_alloc() 201 rtp->nodes[rtp->nr - 1] = NULL; in radix_tree_node_alloc() 202 rtp->nr--; in radix_tree_node_alloc() 254 struct radix_tree_preload *rtp; in __radix_tree_preload() local 259 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload() 260 while (rtp->nr < ARRAY_SIZE(rtp->nodes)) { in __radix_tree_preload() 266 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/input/touchscreen/ |
D | sun4i.txt | 29 rtp: rtp@01c25000 {
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | atombios_dp.c | 571 int rtp = 0; in radeon_dp_set_tp() local 577 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in radeon_dp_set_tp() 580 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in radeon_dp_set_tp() 583 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in radeon_dp_set_tp() 586 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0); in radeon_dp_set_tp() 590 rtp = 0; in radeon_dp_set_tp() 593 rtp = 1; in radeon_dp_set_tp() 597 dp_info->dp_clock, dp_info->enc_id, rtp); in radeon_dp_set_tp()
|
/linux-4.1.27/drivers/net/ethernet/amd/ |
D | declance.c | 331 unsigned char *rtp; in cp_to_buf() local 347 rtp = (unsigned char *)tp; in cp_to_buf() 350 *rtp++ = *rfp++; in cp_to_buf() 375 rtp = (unsigned char *)tp; in cp_to_buf() 378 *rtp++ = *rfp++; in cp_to_buf() 390 unsigned char *rtp; in cp_from_buf() local 406 rtp = (unsigned char *)tp; in cp_from_buf() 410 *rtp++ = *rfp++; in cp_from_buf() 436 rtp = (unsigned char *)tp; in cp_from_buf() 439 *rtp++ = *rfp++; in cp_from_buf()
|
/linux-4.1.27/drivers/staging/xgifb/ |
D | TODO | 13 Arnaud Patard <arnaud.patard@rtp-net.org>
|
/linux-4.1.27/net/ipv6/ |
D | ip6_fib.c | 1334 static void fib6_del_route(struct fib6_node *fn, struct rt6_info **rtp, in fib6_del_route() argument 1338 struct rt6_info *rt = *rtp; in fib6_del_route() 1344 *rtp = rt->dst.rt6_next; in fib6_del_route() 1395 struct rt6_info **rtp; in fib6_del() local 1425 for (rtp = &fn->leaf; *rtp; rtp = &(*rtp)->dst.rt6_next) { in fib6_del() 1426 if (*rtp == rt) { in fib6_del() 1427 fib6_del_route(fn, rtp, info); in fib6_del()
|
/linux-4.1.27/net/decnet/ |
D | dn_route.c | 201 struct dn_route __rcu **rtp; in dn_dst_check_expire() local 206 rtp = &dn_rt_hash_table[i].chain; in dn_dst_check_expire() 209 while ((rt = rcu_dereference_protected(*rtp, in dn_dst_check_expire() 213 rtp = &rt->dst.dn_next; in dn_dst_check_expire() 216 *rtp = rt->dst.dn_next; in dn_dst_check_expire() 232 struct dn_route __rcu **rtp; in dn_dst_gc() local 240 rtp = &dn_rt_hash_table[i].chain; in dn_dst_gc() 242 while ((rt = rcu_dereference_protected(*rtp, in dn_dst_gc() 246 rtp = &rt->dst.dn_next; in dn_dst_gc() 249 *rtp = rt->dst.dn_next; in dn_dst_gc()
|
/linux-4.1.27/net/ipv4/ |
D | fib_semantics.c | 143 static void rt_fibinfo_free(struct rtable __rcu **rtp) in rt_fibinfo_free() argument 145 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free() 186 static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp) in rt_fibinfo_free_cpus() argument 190 if (!rtp) in rt_fibinfo_free_cpus() 196 rt = rcu_dereference_protected(*per_cpu_ptr(rtp, cpu), 1); in rt_fibinfo_free_cpus() 200 free_percpu(rtp); in rt_fibinfo_free_cpus()
|
D | ip_output.c | 1088 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument 1108 rt = *rtp; in ip_setup_cork() 1114 *rtp = NULL; in ip_setup_cork() 1142 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument 1152 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data() 1468 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument 1483 err = ip_setup_cork(sk, &cork, ipc, rtp); in ip_make_skb()
|
D | raw.c | 340 struct rtable **rtp, in raw_send_hdrinc() argument 349 struct rtable *rt = *rtp; in raw_send_hdrinc() 372 *rtp = NULL; in raw_send_hdrinc()
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | ddr2_defs.h | 110 unsigned int rtp : 2; member
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | sun5i-a13.dtsi | 68 thermal-sensors = <&rtp>; 557 rtp: rtp@01c25000 { label
|
D | sun4i-a10.dtsi | 94 thermal-sensors = <&rtp>; 835 rtp: rtp@01c25000 { label
|
D | sun5i-a10s.dtsi | 575 rtp: rtp@01c25000 { label
|
D | sun7i-a20.dtsi | 133 thermal-sensors = <&rtp>; 1044 rtp: rtp@01c25000 { label
|
D | sun6i-a31.dtsi | 661 rtp: rtp@01c25000 { label
|
/linux-4.1.27/ |
D | .mailmap | 24 Arnaud Patard <arnaud.patard@rtp-net.org>
|
D | MAINTAINERS | 9504 M: Arnaud Patard <arnaud.patard@rtp-net.org>
|
/linux-4.1.27/include/net/ |
D | ip.h | 145 struct ipcm_cookie *ipc, struct rtable **rtp,
|