Home
last modified time | relevance | path

Searched defs:head (Results 476 - 500 of 3843) sorted by relevance

1...<<11121314151617181920>>...154

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_property.h43 struct list_head head; member
77 struct list_head head; member
/kernel/linux/linux-5.10/include/linux/
H A Dllist.h187 static inline bool llist_empty(const struct llist_head *head) in llist_empty() argument
207 llist_add(struct llist_node *new, struct llist_head *head) llist_add() argument
220 llist_del_all(struct llist_head *head) llist_del_all() argument
[all...]
H A Dbtree-128.h6 static inline void btree_init_mempool128(struct btree_head128 *head, in btree_init_mempool128() argument
12 static inline int btree_init128(struct btree_head128 *head) in btree_init128() argument
17 static inline void btree_destroy128(struct btree_head128 *head) in btree_destroy128() argument
22 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128() argument
28 static inline void *btree_get_prev128(struct btree_head128 *head, in btree_get_prev128() argument
41 btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, void *val, gfp_t gfp) btree_insert128() argument
49 btree_update128(struct btree_head128 *head, u64 k1, u64 k2, void *val) btree_update128() argument
57 btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) btree_remove128() argument
63 btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) btree_last128() argument
90 btree_visitor128(struct btree_head128 *head, unsigned long opaque, visitor128_t func2) btree_visitor128() argument
98 btree_grim_visitor128(struct btree_head128 *head, unsigned long opaque, visitor128_t func2) btree_grim_visitor128() argument
[all...]
H A Dhidraw.h29 int head; member
/kernel/linux/linux-6.6/drivers/misc/ocxl/
H A Dpasid.c13 static void dump_list(struct list_head *head, char *type_str) in dump_list() argument
24 static int range_alloc(struct list_head *head, u32 size, int max_id, in range_alloc() argument
61 static void range_free(struct list_head *head, u32 start, u32 size, in range_free() argument
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.h89 struct vidtv_encoder *head; member
/kernel/linux/linux-6.6/fs/epfs/
H A Dsuper.c38 static void i_callback(struct rcu_head *head) in i_callback() argument
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dfile.c72 struct buffer_head *bh, *head; in nilfs_page_mkwrite() local
/kernel/linux/linux-6.6/include/linux/
H A Dacpi_iort.h54 void iort_get_rmr_sids(struct fwnode_handle *iommu_fwnode, struct list_head *head) { } in iort_get_rmr_sids() argument
56 void iort_put_rmr_sids(struct fwnode_handle *iommu_fwnode, struct list_head *head) { } in iort_put_rmr_sids() argument
63 void iort_iommu_get_resv_regions(struct device *dev, struct list_head *head) in iort_iommu_get_resv_regions() argument
H A Dplist.h125 plist_head_init(struct plist_head *head) in plist_head_init() argument
213 plist_head_empty(const struct plist_head *head) plist_head_empty() argument
283 plist_first(const struct plist_head *head) plist_first() argument
295 plist_last(const struct plist_head *head) plist_last() argument
[all...]
H A Dbtree-128.h6 static inline void btree_init_mempool128(struct btree_head128 *head, in btree_init_mempool128() argument
12 static inline int btree_init128(struct btree_head128 *head) in btree_init128() argument
17 static inline void btree_destroy128(struct btree_head128 *head) in btree_destroy128() argument
22 static inline void *btree_lookup128(struct btree_head128 *head, u64 k1, u64 k2) in btree_lookup128() argument
28 static inline void *btree_get_prev128(struct btree_head128 *head, in btree_get_prev128() argument
41 btree_insert128(struct btree_head128 *head, u64 k1, u64 k2, void *val, gfp_t gfp) btree_insert128() argument
49 btree_update128(struct btree_head128 *head, u64 k1, u64 k2, void *val) btree_update128() argument
57 btree_remove128(struct btree_head128 *head, u64 k1, u64 k2) btree_remove128() argument
63 btree_last128(struct btree_head128 *head, u64 *k1, u64 *k2) btree_last128() argument
90 btree_visitor128(struct btree_head128 *head, unsigned long opaque, visitor128_t func2) btree_visitor128() argument
98 btree_grim_visitor128(struct btree_head128 *head, unsigned long opaque, visitor128_t func2) btree_grim_visitor128() argument
[all...]
H A Dllist.h189 static inline bool llist_empty(const struct llist_head *head) in llist_empty() argument
203 __llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, struct llist_head *head) __llist_add_batch() argument
219 llist_add(struct llist_node *new, struct llist_head *head) llist_add() argument
224 __llist_add(struct llist_node *new, struct llist_head *head) __llist_add() argument
237 llist_del_all(struct llist_head *head) llist_del_all() argument
242 __llist_del_all(struct llist_head *head) __llist_del_all() argument
[all...]
H A Dhidraw.h29 int head; member
H A Drcu_segcblist.h22 struct rcu_head *head; member
207 struct rcu_head *head; member
[all...]
H A Dtty_buffer.h36 struct tty_buffer *head; /* Queue head */ member
/kernel/linux/linux-6.6/fs/ubifs/
H A Dscan.c357 struct list_head *head; in ubifs_scan_destroy() local
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dfile_root.c34 struct list_head *head, *node; in get_next_con() local
/kernel/linux/linux-6.6/include/crypto/
H A Dscatterwalk.h20 static inline void scatterwalk_crypto_chain(struct scatterlist *head, in scatterwalk_crypto_chain() argument
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_property.h50 struct list_head head; member
84 struct list_head head; member
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dinftl.h42 int head,sect,cyl; member
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dphy.c81 struct list_head *head; in usb_phy_roothub_init() local
108 struct list_head *head; in usb_phy_roothub_exit() local
130 struct list_head *head; in usb_phy_roothub_set_mode() local
157 struct list_head *head; usb_phy_roothub_calibrate() local
178 struct list_head *head; usb_phy_roothub_power_on() local
[all...]
/kernel/linux/linux-6.6/io_uring/
H A Dkbuf.h25 __u16 head; member
/kernel/linux/linux-6.6/kernel/bpf/
H A Dpercpu_freelist.c15 struct pcpu_freelist_head *head = per_cpu_ptr(s->freelist, cpu); in pcpu_freelist_init() local
30 static inline void pcpu_freelist_push_node(struct pcpu_freelist_head *head, in pcpu_freelist_push_node() argument
37 static inline void ___pcpu_freelist_push(struct pcpu_freelist_head *head, in ___pcpu_freelist_push() argument
64 struct pcpu_freelist_head *head; ___pcpu_freelist_push_nmi() local
102 struct pcpu_freelist_head *head; pcpu_freelist_populate() local
123 struct pcpu_freelist_head *head; ___pcpu_freelist_pop() local
155 struct pcpu_freelist_head *head; ___pcpu_freelist_pop_nmi() local
[all...]
/kernel/linux/linux-6.6/drivers/dma/idxd/
H A Dsubmit.c99 struct llist_node *head; in llist_abort_desc() local
/kernel/linux/linux-6.6/drivers/dma-buf/
H A Ddma-fence-chain.c147 struct dma_fence_chain *head = to_dma_fence_chain(fence); in dma_fence_chain_enable_signaling() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...154