Searched refs:hlist_head (Results 1 - 13 of 13) sorted by relevance
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_hash.h | 46 struct hlist_head { struct 54 #define HLIST_HEAD(name) struct hlist_head name = {.first = NULL} 75 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 106 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 145 static inline int hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node() 150 static inline void hlist_move_list(struct hlist_head *old, struct hlist_head *_new) in hlist_move_list() 203 struct hlist_head name[1 << (bits)] = {[0 ...((1 << (bits)) - 1)] = HLIST_HEAD_INIT} 205 #define DECLARE_HASHTABLE(name, bits) struct hlist_head name[1 << (bits)] 369 static inline bool _hash_empty(struct hlist_head *h [all...] |
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_hash.h | 46 struct hlist_head { struct 51 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } 73 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 104 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 144 static inline int hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node() 149 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() 150 struct hlist_head *_new) in hlist_move_list() 196 struct hlist_head name[1 << (bits)] = \ 200 struct hlist_head name[1 << (bits)] 369 static inline bool _hash_empty(struct hlist_head *h [all...] |
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_hash.h | 46 struct hlist_head { struct 51 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } 73 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 104 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 144 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node() 149 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() 150 struct hlist_head *_new) in hlist_move_list() 201 struct hlist_head name[1 << (bits)] = \ 205 struct hlist_head name[1 << (bits)] 374 static inline bool __hash_empty(struct hlist_head *h [all...] |
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_hash.h | 47 struct hlist_head { struct 52 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } 74 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty() 105 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head() 144 hlist_is_singular_node(struct hlist_node *n, struct hlist_head *h) in hlist_is_singular_node() 149 static inline void hlist_move_list(struct hlist_head *old, in hlist_move_list() 150 struct hlist_head *_new) in hlist_move_list() 192 struct hlist_head name[1 << (bits)] = \ 196 struct hlist_head name[1 << (bits)] 365 static inline bool __hash_empty(struct hlist_head *h [all...] |
/device/soc/rockchip/rk3588/kernel/include/trace/hooks/ |
H A D | binder.h | 60 TP_PROTO(struct hlist_head *hhead, struct mutex *lock),
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_core.c | 93 static struct hlist_head irq_lists[NR_IRQ_HASH]; 179 struct hlist_head *h; in serial_link_irq_chain() 236 struct hlist_head *h; in serial_unlink_irq_chain()
|
/device/soc/rockchip/common/sdk_linux/include/linux/sched/ |
H A D | signal.h | 97 struct hlist_head multiprocess;
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | sched.h | 842 struct hlist_head preempt_notifiers;
|
H A D | bpf.h | 636 struct hlist_head progs_hlist[BPF_TRAMP_MAX];
|
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | cpu.c | 131 struct hlist_head list;
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 59 struct hlist_head list; in put_sync_fences()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/ |
H A D | mali_timeline.c | 58 struct hlist_head list; in put_sync_fences()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux.c | 16156 struct hlist_head wklock_history[32] = { [0 ... 31] = HLIST_HEAD_INIT };
|
Completed in 42 milliseconds