Home
last modified time | relevance | path

Searched refs:rtp (Results 1 – 21 of 21) sorted by relevance

/Linux-v6.6/kernel/rcu/
Dtasks.h16 typedef void (*rcu_tasks_gp_func_t)(struct rcu_tasks *rtp);
21 typedef void (*postgp_func_t)(struct rcu_tasks *rtp);
219 static void set_tasks_gp_state(struct rcu_tasks *rtp, int newstate) in set_tasks_gp_state() argument
221 rtp->gp_state = newstate; in set_tasks_gp_state()
222 rtp->gp_jiffies = jiffies; in set_tasks_gp_state()
227 static const char *tasks_gp_state_getname(struct rcu_tasks *rtp) in tasks_gp_state_getname() argument
229 int i = data_race(rtp->gp_state); // Let KCSAN detect update races in tasks_gp_state_getname()
240 static void cblist_init_generic(struct rcu_tasks *rtp) in cblist_init_generic() argument
260 WRITE_ONCE(rtp->percpu_enqueue_shift, shift); in cblist_init_generic()
261 WRITE_ONCE(rtp->percpu_dequeue_lim, lim); in cblist_init_generic()
[all …]
Drcutorture.c1713 static void rcu_torture_reader_do_mbchk(long myid, struct rcu_torture *rtp, in rcu_torture_reader_do_mbchk() argument
1739 !READ_ONCE(rtp->rtort_chkp) && in rcu_torture_reader_do_mbchk()
1746 cmpxchg_relaxed(&rtp->rtort_chkp, NULL, rtrcp)) in rcu_torture_reader_do_mbchk()
/Linux-v6.6/lib/
Dradix-tree.c246 struct radix_tree_preload *rtp; in radix_tree_node_alloc() local
263 rtp = this_cpu_ptr(&radix_tree_preloads); in radix_tree_node_alloc()
264 if (rtp->nr) { in radix_tree_node_alloc()
265 ret = rtp->nodes; in radix_tree_node_alloc()
266 rtp->nodes = ret->parent; in radix_tree_node_alloc()
267 rtp->nr--; in radix_tree_node_alloc()
324 struct radix_tree_preload *rtp; in __radix_tree_preload() local
335 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
336 while (rtp->nr < nr) { in __radix_tree_preload()
342 rtp = this_cpu_ptr(&radix_tree_preloads); in __radix_tree_preload()
[all …]
/Linux-v6.6/drivers/gpu/drm/radeon/
Datombios_dp.c567 int rtp = 0; in radeon_dp_set_tp() local
573 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in radeon_dp_set_tp()
576 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in radeon_dp_set_tp()
579 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in radeon_dp_set_tp()
582 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0); in radeon_dp_set_tp()
586 rtp = 0; in radeon_dp_set_tp()
589 rtp = 1; in radeon_dp_set_tp()
593 dp_info->dp_clock, dp_info->enc_id, rtp); in radeon_dp_set_tp()
/Linux-v6.6/drivers/net/ethernet/amd/
Ddeclance.c333 unsigned char *rtp; in cp_to_buf() local
349 rtp = (unsigned char *)tp; in cp_to_buf()
352 *rtp++ = *rfp++; in cp_to_buf()
377 rtp = (unsigned char *)tp; in cp_to_buf()
380 *rtp++ = *rfp++; in cp_to_buf()
392 unsigned char *rtp; in cp_from_buf() local
408 rtp = (unsigned char *)tp; in cp_from_buf()
412 *rtp++ = *rfp++; in cp_from_buf()
438 rtp = (unsigned char *)tp; in cp_from_buf()
441 *rtp++ = *rfp++; in cp_from_buf()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Datombios_dp.c518 int rtp = 0; in amdgpu_atombios_dp_set_tp() local
523 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in amdgpu_atombios_dp_set_tp()
526 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in amdgpu_atombios_dp_set_tp()
529 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in amdgpu_atombios_dp_set_tp()
532 amdgpu_atombios_encoder_setup_dig_encoder(dp_info->encoder, rtp, 0); in amdgpu_atombios_dp_set_tp()
/Linux-v6.6/drivers/md/
Ddm-raid.c636 static bool __got_raid10(struct raid_type *rtp, const int layout) in __got_raid10() argument
638 if (rtp->level == 10) { in __got_raid10()
639 switch (rtp->algorithm) { in __got_raid10()
658 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type() local
660 while (rtp-- > raid_types) in get_raid_type()
661 if (!strcasecmp(rtp->name, name)) in get_raid_type()
662 return rtp; in get_raid_type()
670 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type_by_ll() local
672 while (rtp-- > raid_types) { in get_raid_type_by_ll()
674 if (rtp->level == level && in get_raid_type_by_ll()
[all …]
/Linux-v6.6/net/ipv4/
Dip_output.c1279 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument
1284 rt = *rtp; in ip_setup_cork()
1314 *rtp = NULL; in ip_setup_cork()
1343 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument
1353 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data()
1534 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument
1548 err = ip_setup_cork(sk, cork, ipc, rtp); in ip_make_skb()
Dfib_semantics.c150 static void rt_fibinfo_free(struct rtable __rcu **rtp) in rt_fibinfo_free() argument
152 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free()
194 static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp) in rt_fibinfo_free_cpus() argument
198 if (!rtp) in rt_fibinfo_free_cpus()
204 rt = rcu_dereference_protected(*per_cpu_ptr(rtp, cpu), 1); in rt_fibinfo_free_cpus()
210 free_percpu(rtp); in rt_fibinfo_free_cpus()
Draw.c321 struct rtable **rtp, unsigned int flags, in raw_send_hdrinc() argument
330 struct rtable *rt = *rtp; in raw_send_hdrinc()
357 *rtp = NULL; in raw_send_hdrinc()
/Linux-v6.6/net/ipv6/
Dip6_fib.c1913 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() argument
1917 struct fib6_info *rt = rcu_dereference_protected(*rtp, in fib6_del_route()
1939 *rtp = rt->fib6_next; in fib6_del_route()
2012 struct fib6_info __rcu **rtp; in fib6_del() local
2032 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del()
2033 struct fib6_info *cur = rcu_dereference_protected(*rtp, in fib6_del()
2038 fib6_del_route(table, fn, rtp, info); in fib6_del()
Daddrconf.c6594 struct rt6_info **rtp; in addrconf_disable_policy_idev() local
6596 rtp = per_cpu_ptr(nh->rt6i_pcpu, cpu); in addrconf_disable_policy_idev()
6597 addrconf_set_nopolicy(*rtp, val); in addrconf_disable_policy_idev()
/Linux-v6.6/arch/arm/boot/dts/allwinner/
Dsun5i-a13.dtsi55 thermal-sensors = <&rtp>;
Dsun5i-gr8-evb.dts287 &rtp {
Dsun4i-a10.dtsi133 thermal-sensors = <&rtp>;
943 rtp: rtp@1c25000 { label
Dsun5i.dtsi655 rtp: rtp@1c25000 { label
Dsun6i-a31.dtsi169 thermal-sensors = <&rtp>;
809 rtp: rtp@1c25000 { label
Dsun7i-a20.dtsi145 thermal-sensors = <&rtp>;
1310 rtp: rtp@1c25000 { label
/Linux-v6.6/net/mctp/test/
Droute-test.c285 struct mctp_test_route **rtp, in __mctp_route_test_init() argument
310 *rtp = rt; in __mctp_route_test_init()
/Linux-v6.6/include/net/
Dip.h236 struct ipcm_cookie *ipc, struct rtable **rtp,
/Linux-v6.6/
D.mailmap71 Arnaud Patard <arnaud.patard@rtp-net.org>