Searched defs:tb (Results 1 – 10 of 10) sorted by relevance
| /include/drm/ |
| D | task_barrier.h | 55 static inline void task_barrier_init(struct task_barrier *tb) in task_barrier_init() 63 static inline void task_barrier_add_task(struct task_barrier *tb) in task_barrier_add_task() 68 static inline void task_barrier_rem_task(struct task_barrier *tb) in task_barrier_rem_task() 78 static inline void task_barrier_enter(struct task_barrier *tb) in task_barrier_enter() 92 static inline void task_barrier_exit(struct task_barrier *tb) in task_barrier_exit() 101 static inline void task_barrier_full(struct task_barrier *tb) in task_barrier_full()
|
| /include/linux/ |
| D | thunderbolt.h | 75 struct tb { struct 78 struct tb_nhi *nhi; argument 79 struct tb_ctl *ctl; argument 81 struct tb_switch *root_switch; argument 82 const struct tb_cm_ops *cm_ops; argument 84 enum tb_security_level security_level; argument 89 extern struct bus_type tb_bus_type; argument 239 struct tb *tb; member 296 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() 308 tb_xdomain_find_by_route_locked(struct tb *tb, u64 route) in tb_xdomain_find_by_route_locked()
|
| D | tty_flip.h | 67 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_char() local
|
| D | netlink.h | 199 #define NL_REQ_ATTR_CHECK(extack, nest, tb, type) ({ \ argument
|
| /include/net/ |
| D | netlink.h | 662 static inline int nla_parse(struct nlattr **tb, int maxtype, in nla_parse() 687 static inline int nla_parse_deprecated(struct nlattr **tb, int maxtype, in nla_parse_deprecated() 712 static inline int nla_parse_deprecated_strict(struct nlattr **tb, int maxtype, in nla_parse_deprecated_strict() 735 struct nlattr *tb[], int maxtype, in __nlmsg_parse() 762 struct nlattr *tb[], int maxtype, in nlmsg_parse() 782 struct nlattr *tb[], int maxtype, in nlmsg_parse_deprecated() 803 struct nlattr *tb[], int maxtype, in nlmsg_parse_deprecated_strict() 1248 static inline int nla_parse_nested(struct nlattr *tb[], int maxtype, in nla_parse_nested() 1272 static inline int nla_parse_nested_deprecated(struct nlattr *tb[], int maxtype, in nla_parse_nested_deprecated()
|
| D | genetlink.h | 364 struct nlattr *tb[], int maxtype, in genlmsg_parse_deprecated() 383 struct nlattr *tb[], int maxtype, in genlmsg_parse()
|
| D | ip_fib.h | 314 struct fib_table *tb; in fib_lookup() local 372 struct fib_table *tb; in fib_lookup() local
|
| D | inet_hashtables.h | 127 #define inet_bind_bucket_for_each(tb, head) \ argument
|
| D | pkt_cls.h | 513 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) argument
|
| /include/linux/netfilter/ipset/ |
| D | ip_set.h | 384 ip_set_attr_netorder(struct nlattr *tb[], int type) in ip_set_attr_netorder() 390 ip_set_optattr_netorder(struct nlattr *tb[], int type) in ip_set_optattr_netorder() 475 ip_set_timeout_uget(struct nlattr *tb) in ip_set_timeout_uget()
|