Home
last modified time | relevance | path

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

/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/net/ipv4/
H A Dip_output.c1295 struct ipcm_cookie *ipc, struct rtable **rtp) in ip_setup_cork() argument
1300 rt = *rtp; in ip_setup_cork()
1330 *rtp = NULL; in ip_setup_cork()
1363 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_append_data() argument
1373 err = ip_setup_cork(sk, &inet->cork.base, ipc, rtp); in ip_append_data()
1558 struct ipcm_cookie *ipc, struct rtable **rtp, in ip_make_skb() argument
1572 err = ip_setup_cork(sk, cork, ipc, rtp); in ip_make_skb()
H A Draw.c329 struct rtable **rtp, unsigned int flags, in raw_send_hdrinc() argument
338 struct rtable *rt = *rtp; in raw_send_hdrinc()
366 *rtp = NULL; in raw_send_hdrinc()
/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->level == level && in get_raid_type_by_ll()
[all …]
/linux/net/mctp/test/
H A Dsock-test.c18 struct mctp_test_route **rtp, in __mctp_sock_test_init() argument
50 *rtp = rt; in __mctp_sock_test_init()
/linux/net/ipv6/
H A Dip6_fib.c1971 struct fib6_info __rcu **rtp, struct nl_info *info) in fib6_del_route() argument
1975 struct fib6_info *rt = rcu_dereference_protected(*rtp, in fib6_del_route()
1995 *rtp = rt->fib6_next; in fib6_del_route()
2069 struct fib6_info __rcu **rtp; in fib6_del() local
2089 for (rtp = &fn->leaf; *rtp; rtp = rtp_next) { in fib6_del()
2090 struct fib6_info *cur = rcu_dereference_protected(*rtp, in fib6_del()
2095 fib6_del_route(table, fn, rtp, info); in fib6_del()
H A Daddrconf.c6691 struct rt6_info **rtp; in addrconf_disable_policy_idev() local
6693 rtp = per_cpu_ptr(nh->rt6i_pcpu, cpu); in addrconf_disable_policy_idev()
6694 addrconf_set_nopolicy(*rtp, val); in addrconf_disable_policy_idev()
/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/tools/perf/util/
H A Devsel.c1122 double rtp; in evsel__apply_ratio_to_prev()
1124 rtp = strtod(buf, NULL); in evsel__apply_ratio_to_prev()
1125 if (rtp <= 0) { in evsel__apply_ratio_to_prev()
1126 pr_err("Invalid ratio-to-prev value %lf\n", rtp); in evsel__apply_ratio_to_prev()
1154 attr->sample_period = prev_attr->sample_period * rtp; in evsel__apply_ratio_to_prev()
1158 prev_attr->sample_period = attr->sample_period / rtp; in evsel__apply_ratio_to_prev()
1164 attr->sample_period = prev_attr->sample_period * rtp; in evsel__apply_ratio_to_prev()
1116 double rtp; evsel__apply_ratio_to_prev() local
/linux/include/net/
H A Dip.h240 struct ipcm_cookie *ipc, struct rtable **rtp,
/linux/
H A D.mailmap110 Arnaud Patard <arnaud.patard@rtp-net.org>