Home
last modified time | relevance | path

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

/linux/kernel/rcu/
A Dtasks.h303 rtp->name, data_race(rtp->percpu_enqueue_shift), data_race(rtp->percpu_enqueue_lim), in cblist_init_generic()
520 if (rtp->percpu_enqueue_lim < rtp->percpu_dequeue_lim) { in rcu_tasks_need_gpcb()
621 rtp->gp_func(rtp); in rcu_tasks_one_gp()
627 rcu_tasks_invoke_cbs(rtp, per_cpu_ptr(rtp->rtpcpu, 0)); in rcu_tasks_one_gp()
674 wait_rcu_gp_state(rtp->wait_state, rtp->call_func); in synchronize_rcu_tasks_generic()
742 rtp->kname, in show_rcu_tasks_generic_gp_kthread()
743 tasks_gp_state_getname(rtp), data_race(rtp->gp_state), in show_rcu_tasks_generic_gp_kthread()
746 data_race(rtp->n_ipis_fails), data_race(rtp->n_ipis), in show_rcu_tasks_generic_gp_kthread()
767 data_race(rtp->gp_state), tasks_gp_state_getname(rtp)); in rcu_tasks_torture_stats_print_generic()
892 __func__, rtp->kname, rtp->tasks_gp_seq, j - rtp->gp_start); in rcu_tasks_wait_gp()
[all …]
A Drcutorture.c1746 static void rcu_torture_reader_do_mbchk(long myid, struct rcu_torture *rtp, in rcu_torture_reader_do_mbchk() argument
1772 !READ_ONCE(rtp->rtort_chkp) && in rcu_torture_reader_do_mbchk()
1779 cmpxchg_relaxed(&rtp->rtort_chkp, NULL, rtrcp)) in rcu_torture_reader_do_mbchk()
/linux/lib/
A Dradix-tree.c264 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()
336 while (rtp->nr < nr) { in __radix_tree_preload()
343 if (rtp->nr < nr) { in __radix_tree_preload()
345 rtp->nodes = node; in __radix_tree_preload()
346 rtp->nr++; in __radix_tree_preload()
1585 while (rtp->nr) { in radix_tree_cpu_dead()
1586 node = rtp->nodes; in radix_tree_cpu_dead()
[all …]
/linux/drivers/gpu/drm/radeon/
A Datombios_dp.c562 int rtp = 0; in radeon_dp_set_tp() local
568 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN1; in radeon_dp_set_tp()
571 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN2; in radeon_dp_set_tp()
574 rtp = ATOM_ENCODER_CMD_DP_LINK_TRAINING_PATTERN3; in radeon_dp_set_tp()
577 atombios_dig_encoder_setup(dp_info->encoder, rtp, 0); in radeon_dp_set_tp()
581 rtp = 0; in radeon_dp_set_tp()
584 rtp = 1; in radeon_dp_set_tp()
588 dp_info->dp_clock, dp_info->enc_id, rtp); in radeon_dp_set_tp()
/linux/Documentation/devicetree/bindings/mfd/
A Dallwinner,sun4i-a10-ts.yaml65 rtp: rtp@1c25000 {
/linux/drivers/net/ethernet/amd/
A 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/drivers/gpu/drm/amd/amdgpu/
A 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/net/ipv4/
A Dip_output.c1285 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument
1290 rt = *rtp; in ip_setup_cork()
1320 *rtp = NULL; in ip_setup_cork()
1349 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument
1359 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data()
1544 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument
1558 err = ip_setup_cork(sk, cork, ipc, rtp); in ip_make_skb()
A 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()
A Draw.c328 struct rtable **rtp, unsigned int flags, in raw_send_hdrinc() argument
337 struct rtable *rt = *rtp; in raw_send_hdrinc()
365 *rtp = NULL; in raw_send_hdrinc()
/linux/drivers/md/
A Ddm-raid.c639 if (rtp->level == 10) { in __got_raid10()
640 switch (rtp->algorithm) { in __got_raid10()
659 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type() local
661 while (rtp-- > raid_types) in get_raid_type()
662 if (!strcasecmp(rtp->name, name)) in get_raid_type()
663 return rtp; in get_raid_type()
671 struct raid_type *rtp = raid_types + ARRAY_SIZE(raid_types); in get_raid_type_by_ll() local
673 while (rtp-- > raid_types) { in get_raid_type_by_ll()
675 if (rtp->level == level && in get_raid_type_by_ll()
676 (__got_raid10(rtp, layout) || rtp->algorithm == layout)) in get_raid_type_by_ll()
[all …]
/linux/net/ipv6/
A Dip6_fib.c1924 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() argument
1928 struct fib6_info *rt = rcu_dereference_protected(*rtp, in fib6_del_route()
1948 *rtp = rt->fib6_next; in fib6_del_route()
2021 struct fib6_info __rcu **rtp; in fib6_del() local
2041 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del()
2042 struct fib6_info *cur = rcu_dereference_protected(*rtp, in fib6_del()
2047 fib6_del_route(table, fn, rtp, info); in fib6_del()
A Daddrconf.c6658 struct rt6_info **rtp; in addrconf_disable_policy_idev() local
6660 rtp = per_cpu_ptr(nh->rt6i_pcpu, cpu); in addrconf_disable_policy_idev()
6661 addrconf_set_nopolicy(*rtp, val); in addrconf_disable_policy_idev()
/linux/net/mctp/test/
A Droute-test.c295 struct mctp_test_route **rtp, in __mctp_route_test_init() argument
323 *rtp = rt; in __mctp_route_test_init()
844 struct mctp_test_route **rtp, in mctp_test_flow_init() argument
876 *rtp = rt; in mctp_test_flow_init()
/linux/arch/arm/boot/dts/allwinner/
A Dsun5i-a13.dtsi55 thermal-sensors = <&rtp>;
A Dsun5i-gr8-evb.dts287 &rtp {
A Dsun4i-a10.dtsi133 thermal-sensors = <&rtp>;
943 rtp: rtp@1c25000 { label
A Dsun5i.dtsi655 rtp: rtp@1c25000 { label
A Dsun6i-a31.dtsi169 thermal-sensors = <&rtp>;
809 rtp: rtp@1c25000 { label
A Dsun7i-a20.dtsi145 thermal-sensors = <&rtp>;
1310 rtp: rtp@1c25000 { label
/linux/drivers/gpu/drm/xe/tests/
A Dxe_rtp_test.c501 KUNIT_ARRAY_PARAM(rtp, rtp_cases, rtp_desc);
/linux/include/net/
A Dip.h237 struct ipcm_cookie *ipc, struct rtable **rtp,
/linux/
A D.mailmap88 Arnaud Patard <arnaud.patard@rtp-net.org>

Completed in 92 milliseconds