Searched refs:rt (Results 1 - 23 of 23) sorted by last modified time

/include/uapi/linux/
H A Dcdrom.h865 __u8 rt : 1; member in struct:__anon1693
882 __u8 rt : 1; member in struct:__anon1693
/include/linux/amba/
H A Dpl022.h245 * @rt: indicates the controller should run the message pump with realtime
257 bool rt; member in struct:pl022_ssp_controller
/include/linux/
H A Dinit_task.h16 #include <linux/sched/rt.h>
190 .rt = { \
191 .run_list = LIST_HEAD_INIT(tsk.rt.run_list), \
H A Dsched.h1257 struct sched_rt_entity rt; member in struct:task_struct
1929 #define PF_MUTEX_TESTER 0x20000000 /* Thread belongs to the rt mutex tester */
/include/linux/spi/
H A Dspi.h270 * @rt: whether this queue is set to run as a realtime task
430 bool rt; member in struct:spi_master
/include/linux/sunrpc/
H A Dtimer.h22 extern void rpc_init_rtt(struct rpc_rtt *rt, unsigned long timeo);
23 extern void rpc_update_rtt(struct rpc_rtt *rt, unsigned timer, long m);
24 extern unsigned long rpc_calc_rto(struct rpc_rtt *rt, unsigned timer);
26 static inline void rpc_set_timeo(struct rpc_rtt *rt, int timer, int ntimeo) argument
31 t = &rt->ntimeouts[timer-1];
42 static inline int rpc_ntimeo(struct rpc_rtt *rt, int timer) argument
46 return rt->ntimeouts[timer-1];
/include/math-emu/
H A Ddouble.h122 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,2,X,r,rs,rt)
197 #define FP_FROM_INT_D(X,r,rs,rt) _FP_FROM_INT(D,1,X,r,rs,rt)
H A Dquad.h128 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,4,X,r,rs,rt)
201 #define FP_FROM_INT_Q(X,r,rs,rt) _FP_FROM_INT(Q,2,X,r,rs,rt)
H A Dsingle.h111 #define FP_FROM_INT_S(X,r,rs,rt) _FP_FROM_INT(S,1,X,r,rs,rt)
/include/net/
H A Ddn_route.h88 static inline bool dn_is_input_route(struct dn_route *rt) argument
90 return rt->fld.flowidn_iif != 0;
93 static inline bool dn_is_output_route(struct dn_route *rt) argument
95 return rt->fld.flowidn_iif == 0;
H A Dgeneve.h90 int geneve_xmit_skb(struct geneve_sock *gs, struct rtable *rt,
H A Dif_inet6.h65 struct rt6_info *rt; member in struct:inet6_ifaddr
H A Dip.h127 struct rtable **rt,
516 __be32 daddr, struct rtable *rt, int is_frag);
H A Dip6_fib.h127 static inline struct inet_peer *rt6_peer_ptr(struct rt6_info *rt) argument
129 return inetpeer_ptr(rt->_rt6i_peer);
132 static inline bool rt6_has_peer(struct rt6_info *rt) argument
134 return inetpeer_ptr_is_peer(rt->_rt6i_peer);
137 static inline void __rt6_set_peer(struct rt6_info *rt, struct inet_peer *peer) argument
139 __inetpeer_ptr_set_peer(&rt->_rt6i_peer, peer);
142 static inline bool rt6_set_peer(struct rt6_info *rt, struct inet_peer *peer) argument
144 return inetpeer_ptr_set_peer(&rt->_rt6i_peer, peer);
147 static inline void rt6_init_peer(struct rt6_info *rt, struct inet_peer_base *base) argument
149 inetpeer_init_ptr(&rt
152 rt6_transfer_peer(struct rt6_info *rt, struct rt6_info *ort) argument
162 rt6_clean_expires(struct rt6_info *rt) argument
168 rt6_set_expires(struct rt6_info *rt, unsigned long expires) argument
176 struct rt6_info *rt; local
187 rt6_set_from(struct rt6_info *rt, struct rt6_info *from) argument
196 ip6_rt_put(struct rt6_info *rt) argument
[all...]
H A Dip6_route.h81 int ip6_route_get_saddr(struct net *net, struct rt6_info *rt,
126 int rt6_dump_route(struct rt6_info *rt, void *p_arg);
141 struct rt6_info *rt = (struct rt6_info *) dst; local
148 np->dst_cookie = rt->rt6i_node ? rt->rt6i_node->fn_sernum : 0;
161 struct rt6_info *rt = (struct rt6_info *) skb_dst(skb); local
163 return rt->rt6i_flags & RTF_LOCAL;
168 struct rt6_info *rt = (struct rt6_info *) skb_dst(skb); local
170 return rt->rt6i_flags & RTF_ANYCAST;
195 static inline struct in6_addr *rt6_nexthop(struct rt6_info *rt) argument
[all...]
H A Dip_tunnels.h177 int iptunnel_xmit(struct sock *sk, struct rtable *rt, struct sk_buff *skb,
H A Dipv6.h785 struct rt6_info *rt, unsigned int flags, int dontfrag);
H A Dipx.h161 static __inline__ void ipxrtr_hold(struct ipx_route *rt) argument
163 atomic_inc(&rt->refcnt);
166 static __inline__ void ipxrtr_put(struct ipx_route *rt) argument
168 if (atomic_dec_and_test(&rt->refcnt))
169 kfree(rt);
H A Droute.h69 static inline bool rt_is_input_route(const struct rtable *rt) argument
71 return rt->rt_is_input != 0;
74 static inline bool rt_is_output_route(const struct rtable *rt) argument
76 return rt->rt_is_input == 0;
79 static inline __be32 rt_nexthop(const struct rtable *rt, __be32 daddr) argument
81 if (rt->rt_gateway)
82 return rt->rt_gateway;
194 void ip_rt_get_source(u8 *src, struct sk_buff *skb, struct rtable *rt);
200 static inline void ip_rt_put(struct rtable *rt) argument
206 dst_release(&rt
264 struct rtable *rt; local
280 ip_route_newports(struct flowi4 *fl4, struct rtable *rt, __be16 orig_sport, __be16 orig_dport, __be16 sport, __be16 dport, struct sock *sk) argument
[all...]
H A Dudp_tunnel.h80 int udp_tunnel_xmit_skb(struct socket *sock, struct rtable *rt,
H A Dvxlan.h50 struct rtable *rt, struct sk_buff *skb,
H A Dx25.h266 static __inline__ void x25_route_hold(struct x25_route *rt) argument
268 atomic_inc(&rt->refcnt);
271 static __inline__ void x25_route_put(struct x25_route *rt) argument
273 if (atomic_dec_and_test(&rt->refcnt))
274 kfree(rt);
H A Dxfrm.h945 struct rtable rt; member in union:xfrm_dst::__anon1390

Completed in 295 milliseconds