/openbmc/linux/io_uring/ |
H A D | poll.c | 182 struct wait_queue_head *head = smp_load_acquire(&poll->head); in io_poll_remove_entry() local 463 struct wait_queue_head *head; in io_poll_double_prepare() local 487 struct wait_queue_head *head, in __io_queue_proc() 542 static void io_poll_queue_proc(struct file *file, struct wait_queue_head *head, in io_poll_queue_proc() 653 static void io_async_queue_proc(struct file *file, struct wait_queue_head *head, in io_async_queue_proc()
|
/openbmc/linux/include/linux/ |
H A D | rcupdate.h | 115 static inline void call_rcu_hurry(struct rcu_head *head, rcu_callback_t func) in call_rcu_hurry() 313 static inline void init_rcu_head(struct rcu_head *head) { } in init_rcu_head() 314 static inline void destroy_rcu_head(struct rcu_head *head) { } in destroy_rcu_head() 315 static inline void init_rcu_head_on_stack(struct rcu_head *head) { } in init_rcu_head_on_stack() 316 static inline void destroy_rcu_head_on_stack(struct rcu_head *head) { } in destroy_rcu_head_on_stack()
|
H A D | reboot-mode.h | 7 struct list_head head; member
|
H A D | list_bl.h | 169 #define hlist_bl_for_each_entry(tpos, pos, head, member) \ argument 183 #define hlist_bl_for_each_entry_safe(tpos, pos, n, head, member) \ argument
|
H A D | rcupdate_wait.h | 16 struct rcu_head head; member
|
/openbmc/linux/sound/core/seq/ |
H A D | seq_prioq.h | 15 struct snd_seq_event_cell *head; /* pointer to head of prioq */ member
|
/openbmc/u-boot/include/ |
H A D | membuff.h | 35 char *head; /** current buffer head */ member
|
/openbmc/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crcc57d.c | 13 static int crcc57d_set_src(struct nv50_head *head, int or, enum nv50_crc_source_type source, in crcc57d_set_src()
|
H A D | base827c.c | 99 base827c_new(struct nouveau_drm *drm, int head, s32 oclass, in base827c_new()
|
H A D | ovly907e.c | 91 ovly907e_new(struct nouveau_drm *drm, int head, s32 oclass, in ovly907e_new()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nf_conntrack_count.h | 14 struct list_head head; /* connections with the same filtering key */ member
|
/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/ |
H A D | zt_no_regs.c | 24 struct _aarch64_ctx *head = GET_BUF_RESV_HEAD(context); in zt_no_regs_run() local
|
H A D | fake_sigreturn_bad_size.c | 24 struct _aarch64_ctx *shead = GET_SF_RESV_HEAD(sf), *head; in fake_sigreturn_bad_size_run() local
|
/openbmc/linux/net/ipv6/ |
H A D | tunnel6.c | 117 #define for_each_tunnel_rcu(head, handler) \ argument 161 struct xfrm6_tunnel __rcu *head; in tunnel6_rcv_cb() local
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_event.h | 86 /*volatile*/ int head; member 95 /*volatile*/ int head; member
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | agg-rx.c | 34 u16 head) in mt76_rx_aggr_release_frames() 155 u16 seqno, head, size, idx; in mt76_rx_aggr_reorder() local
|
/openbmc/linux/fs/hfsplus/ |
H A D | btree.c | 136 struct hfs_btree_header_rec *head; in hfs_btree_open() local 285 struct hfs_btree_header_rec *head; in hfs_btree_write() local
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ras.h | 392 struct list_head head; member 479 struct ras_common_if head; member 507 struct ras_common_if head; member 513 struct ras_common_if head; member 519 struct ras_common_if head; member 526 struct ras_common_if head; member 531 struct ras_common_if head; member 536 struct ras_common_if head; member 542 struct ras_common_if head; member
|
/openbmc/linux/fs/nfs/ |
H A D | write.c | 244 struct nfs_page *req, *head; in nfs_folio_find_and_lock_request() local 336 nfs_page_group_search_locked(struct nfs_page *head, unsigned int page_offset) in nfs_page_group_search_locked() 506 void nfs_join_page_group(struct nfs_page *head, struct nfs_commit_info *cinfo, in nfs_join_page_group() 569 struct nfs_page *head; in nfs_lock_and_join_requests() local 1440 static void nfs_async_write_error(struct list_head *head, int error) in nfs_async_write_error() 1727 static loff_t nfs_get_lwb(struct list_head *head) in nfs_get_lwb() 1743 struct list_head *head, in nfs_init_commit() 1812 nfs_commit_list(struct inode *inode, struct list_head *head, int how, in nfs_commit_list() 1925 int nfs_generic_commit_list(struct inode *inode, struct list_head *head, in nfs_generic_commit_list()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
H A D | gf100.c | 28 #define pack_for_each_init(init, pack, head) \ argument
|
/openbmc/linux/drivers/platform/surface/aggregator/ |
H A D | controller.h | 56 struct list_head head; member 71 struct ssam_nf_head head[SSH_NUM_EVENTS]; member 109 struct list_head head; member
|
/openbmc/linux/net/ipv4/ |
H A D | udp_offload.c | 488 static struct sk_buff *udp_gro_receive_segment(struct list_head *head, in udp_gro_receive_segment() 579 struct sk_buff *udp_gro_receive(struct list_head *head, struct sk_buff *skb, in udp_gro_receive() 664 struct sk_buff *udp4_gro_receive(struct list_head *head, struct sk_buff *skb) in udp4_gro_receive()
|
/openbmc/u-boot/drivers/core/ |
H A D | util.c | 23 int list_count_items(struct list_head *head) in list_count_items()
|
/openbmc/linux/fs/ecryptfs/ |
H A D | dentry.c | 54 static void ecryptfs_dentry_free_rcu(struct rcu_head *head) in ecryptfs_dentry_free_rcu()
|
/openbmc/linux/include/net/ |
H A D | inet_common.h | 77 #define indirect_call_gro_receive(f2, f1, cb, head, skb) \ argument
|