Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtasks.h16 typedef void (*rcu_tasks_gp_func_t)(struct rcu_tasks *rtp);
21 typedef void (*postgp_func_t)(struct rcu_tasks *rtp);
230 static void set_tasks_gp_state(struct rcu_tasks *rtp, int newstate) in set_tasks_gp_state() argument
232 rtp->gp_state = newstate; in set_tasks_gp_state()
233 rtp->gp_jiffies = jiffies; in set_tasks_gp_state()
238 static const char *tasks_gp_state_getname(struct rcu_tasks *rtp) in tasks_gp_state_getname() argument
240 int i = data_race(rtp->gp_state); // Let KCSAN detect update races in tasks_gp_state_getname()
251 static void cblist_init_generic(struct rcu_tasks *rtp) in cblist_init_generic() argument
267 rtp->rtpcp_array = kcalloc(num_possible_cpus(), sizeof(struct rcu_tasks_percpu *), GFP_KERNEL); in cblist_init_generic()
268 BUG_ON(!rtp->rtpcp_array); in cblist_init_generic()
[all …]
/linux/lib/
H A 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/drivers/gpu/drm/radeon/
H 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/drivers/net/ethernet/amd/
H 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/
H 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/drivers/md/
H A Ddm-raid.c637 static bool __got_raid10(struct raid_type *rtp, const int layout) in __got_raid10() argument
639 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 in get_raid_type_by_ll()
[all...]
/linux/arch/arm/boot/dts/allwinner/
H A Dsun5i-a13.dtsi55 thermal-sensors = <&rtp>;
H A Dsun4i-a10.dtsi133 thermal-sensors = <&rtp>;
943 rtp: rtp@1c25000 { label
H A Dsun5i-gr8-evb.dts287 &rtp {
H A Dsun5i.dtsi655 rtp: rtp@1c25000 { label
H A Dsun6i-a31.dtsi169 thermal-sensors = <&rtp>;
809 rtp: rtp@1c25000 { label
H A Dsun7i-a20.dtsi145 thermal-sensors = <&rtp>;
1310 rtp: rtp@1c25000 { label
/linux/net/ipv4/
H A Dfib_semantics.c145 static void rt_fibinfo_free(struct rtable __rcu **rtp) in rt_fibinfo_free() argument
147 struct rtable *rt = rcu_dereference_protected(*rtp, 1); in rt_fibinfo_free()
189 static void rt_fibinfo_free_cpus(struct rtable __rcu * __percpu *rtp) in rt_fibinfo_free_cpus() argument
193 if (!rtp) in rt_fibinfo_free_cpus()
199 rt = rcu_dereference_protected(*per_cpu_ptr(rtp, cpu), 1); in rt_fibinfo_free_cpus()
205 free_percpu(rtp); in rt_fibinfo_free_cpus()
/linux/net/mctp/test/
H A Droute-test.c295 struct mctp_test_route **rtp, in __mctp_route_test_init() argument
323 *rtp = rt; in __mctp_route_test_init()
1036 struct mctp_test_route **rtp, in mctp_test_flow_init() argument
1068 *rtp = rt; in mctp_test_flow_init()
/linux/drivers/gpu/drm/xe/tests/
H A Dxe_rtp_test.c501 KUNIT_ARRAY_PARAM(rtp, rtp_cases, rtp_desc);
/linux/include/net/
H A Dip.h237 struct ipcm_cookie *ipc, struct rtable **rtp,
/linux/net/ipv6/
H A Daddrconf.c6657 struct rt6_info **rtp; in addrconf_disable_policy_idev() local
6659 rtp = per_cpu_ptr(nh->rt6i_pcpu, cpu); in addrconf_disable_policy_idev()
6660 addrconf_set_nopolicy(*rtp, val); in addrconf_disable_policy_idev()
/linux/
H A D.mailmap95 Arnaud Patard <arnaud.patard@rtp-net.org>