Searched defs:tb (Results 1 – 12 of 12) sorted by relevance
/include/drm/ |
A 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/ |
A D | thunderbolt.h | 81 struct tb { struct 84 struct tb_nhi *nhi; argument 85 struct tb_ctl *ctl; argument 87 struct tb_switch *root_switch; argument 88 const struct tb_cm_ops *cm_ops; argument 90 enum tb_security_level security_level; argument 95 extern const struct bus_type tb_bus_type; argument 245 struct tb *tb; member 302 tb_xdomain_find_by_uuid_locked(struct tb *tb, const uuid_t *uuid) in tb_xdomain_find_by_uuid_locked() 314 tb_xdomain_find_by_route_locked(struct tb *tb, u64 route) in tb_xdomain_find_by_route_locked()
|
A D | tty_flip.h | 67 struct tty_buffer *tb = port->buf.tail; in tty_insert_flip_char() local
|
A D | netlink.h | 199 #define NL_REQ_ATTR_CHECK(extack, nest, tb, type) ({ \ argument
|
/include/acpi/ |
A D | nhlt.h | 34 #define __acpi_nhlt_first_endpoint(tb) \ argument 40 #define __acpi_nhlt_get_endpoint(tb, ep, i) \ argument 63 #define for_each_nhlt_endpoint(tb, ep) \ argument 140 acpi_nhlt_tb_find_endpoint(const struct acpi_table_nhlt *tb, in acpi_nhlt_tb_find_endpoint() 154 acpi_nhlt_tb_find_fmtcfg(const struct acpi_table_nhlt *tb, in acpi_nhlt_tb_find_fmtcfg()
|
/include/net/ |
A D | netlink.h | 706 static inline int nla_parse(struct nlattr **tb, int maxtype, in nla_parse() 731 static inline int nla_parse_deprecated(struct nlattr **tb, int maxtype, in nla_parse_deprecated() 756 static inline int nla_parse_deprecated_strict(struct nlattr **tb, int maxtype, in nla_parse_deprecated_strict() 779 struct nlattr *tb[], int maxtype, in __nlmsg_parse() 806 struct nlattr *tb[], int maxtype, in nlmsg_parse() 826 struct nlattr *tb[], int maxtype, in nlmsg_parse_deprecated() 847 struct nlattr *tb[], int maxtype, in nlmsg_parse_deprecated_strict() 1350 static inline int nla_parse_nested(struct nlattr *tb[], int maxtype, in nla_parse_nested() 1374 static inline int nla_parse_nested_deprecated(struct nlattr *tb[], int maxtype, in nla_parse_nested_deprecated()
|
A D | genetlink.h | 389 struct nlattr *tb[], int maxtype, in genlmsg_parse_deprecated() 408 struct nlattr *tb[], int maxtype, in genlmsg_parse()
|
A D | rtnetlink.h | 85 struct nlattr **tb; member
|
A D | ip_fib.h | 319 struct fib_table *tb; in fib_lookup() local 377 struct fib_table *tb; in fib_lookup() local
|
A D | inet_hashtables.h | 123 #define inet_bind_bucket_for_each(tb, head) \ argument
|
A D | pkt_cls.h | 524 #define tcf_em_tree_validate(tp, tb, t) ((void)(t), 0) argument
|
/include/linux/netfilter/ipset/ |
A D | ip_set.h | 377 ip_set_attr_netorder(struct nlattr *tb[], int type) in ip_set_attr_netorder() 383 ip_set_optattr_netorder(struct nlattr *tb[], int type) in ip_set_optattr_netorder() 468 ip_set_timeout_uget(struct nlattr *tb) in ip_set_timeout_uget()
|
Completed in 32 milliseconds