/linux/kernel/rcu/ |
H A D | tasks.h | 16 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 D | radix-tree.c | 246 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 D | atombios_dp.c | 562 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 D | declance.c | 333 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 D | atombios_dp.c | 518 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 D | dm-raid.c | 637 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 D | sun5i-a13.dtsi | 55 thermal-sensors = <&rtp>;
|
H A D | sun4i-a10.dtsi | 133 thermal-sensors = <&rtp>; 943 rtp: rtp@1c25000 { label
|
H A D | sun5i-gr8-evb.dts | 287 &rtp {
|
H A D | sun5i.dtsi | 655 rtp: rtp@1c25000 { label
|
H A D | sun6i-a31.dtsi | 169 thermal-sensors = <&rtp>; 809 rtp: rtp@1c25000 { label
|
H A D | sun7i-a20.dtsi | 145 thermal-sensors = <&rtp>; 1310 rtp: rtp@1c25000 { label
|
/linux/net/ipv4/ |
H A D | fib_semantics.c | 145 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 D | route-test.c | 295 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 D | xe_rtp_test.c | 501 KUNIT_ARRAY_PARAM(rtp, rtp_cases, rtp_desc);
|
/linux/include/net/ |
H A D | ip.h | 237 struct ipcm_cookie *ipc, struct rtable **rtp,
|
/linux/net/ipv6/ |
H A D | addrconf.c | 6657 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 | .mailmap | 95 Arnaud Patard <arnaud.patard@rtp-net.org>
|