/kernel/linux/linux-6.6/include/net/caif/ |
H A D | cfctrl.h | 98 struct list_head list; member 106 struct list_head list; member 107 /* Protects from simultaneous access to first_req list */
|
/kernel/linux/linux-6.6/include/dfx/ |
H A D | hungtask_base.h | 9 #include <linux/list.h> 79 struct hlist_node list; member
|
/kernel/linux/linux-6.6/include/linux/mtd/ |
H A D | blktrans.h | 21 struct list_head list; member 70 struct list_head list; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ref_tracker.h | 18 struct list_head list; /* List of active trackers */ member 30 INIT_LIST_HEAD(&dir->list); in ref_tracker_dir_init()
|
H A D | rslib.h | 13 #include <linux/list.h> 32 * @list: List entry for the rs codec list 47 struct list_head list; member
|
H A D | textsearch.h | 6 #include <linux/list.h> 49 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/scsi/snic/ |
H A D | snic_disc.h | 41 struct list_head list; member 57 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/usb/c67x00/ |
H A D | c67x00-hcd.h | 15 #include <linux/list.h> 62 struct list_head list[4]; /* iso, int, ctrl, bulk */ member
|
/kernel/linux/linux-6.6/drivers/s390/block/ |
H A D | scm_blk.h | 9 #include <linux/list.h> 33 struct list_head list; member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | i2c.h | 11 struct list_head list; member 21 #define snd_i2c_device(n) list_entry(n, struct snd_i2c_device, list) 45 struct list_head buses; /* master: slave buses sharing SCK/SCL, slave: link list */
|
H A D | soc-jack.h | 17 * @list: internal list entry 20 struct list_head list; member 34 * @list: internal list entry 41 struct list_head list; member
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_lru_list.h | 8 #include <linux/list.h> 25 struct list_head list; member 34 /* The next inactive list rotation starts from here */
|
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | cx18-queue.h | 37 list)); in cx18_mdl_sync_for_device() 49 struct cx18_buffer, list)); in cx18_mdl_swap()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/b43legacy/ |
H A D | pio.h | 8 #include <linux/list.h> 45 struct list_head list; member 65 /* Packets from the txfree list can
|
/kernel/linux/linux-6.6/drivers/gpu/drm/lima/ |
H A D | lima_sched.h | 8 #include <linux/list.h> 15 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/loongson/ |
H A D | lsdc_ttm.h | 11 #include <linux/list.h> 27 struct list_head list; member
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | lock-contention.h | 5 #include <linux/list.h> 82 struct list_head list; member
|
H A D | ordered-events.h | 14 struct list_head list; member 32 struct list_head list; member
|
/kernel/liteos_a/fs/jffs2/src/ |
H A D | jffs2_hash.c | 7 * 1. Redistributions of source code must retain the above copyright notice, this list of 10 * 2. Redistributions in binary form must reproduce the above copyright notice, this list 44 PRINT_ERR("Create mutex for vnode hash list fail, status: %d", ret); in Jffs2HashInit() 56 PRINT_ERR("Destroy mutex for vnode hash list fail, status: %d", ret); in Jffs2HashDeinit() 91 LOS_DL_LIST *list = Jffs2HashBucket(heads, ino); in Jffs2HashGet() local 92 LOS_DL_LIST_FOR_EACH_ENTRY(node, list, struct jffs2_inode, i_hashlist) { in Jffs2HashGet()
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_sortlink_pri.h | 8 * 1. Redistributions of source code must retain the above copyright notice, this list of 11 * 2. Redistributions in binary form must reproduce the above copyright notice, this list 73 LOS_DL_LIST *list = head->pstNext; in OsGetSortLinkNextExpireTime() local 81 SortLinkList *listSorted = LOS_DL_LIST_ENTRY(list, SortLinkList, sortLinkNode); in OsGetSortLinkNextExpireTime()
|
/kernel/liteos_a/shell/full/include/ |
H A D | shcmd.h | 8 * 1. Redistributions of source code must retain the above copyright notice, this list of 11 * 2. Redistributions in binary form must reproduce the above copyright notice, this list 61 LOS_DL_LIST list; member 76 LOS_DL_LIST list; member
|
/kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
H A D | cmtp.h | 71 struct list_head list; member 104 struct list_head list; member
|
/kernel/linux/linux-6.6/sound/soc/intel/common/ |
H A D | sst-ipc.h | 14 #include <linux/list.h> 25 struct list_head list; member
|
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | sof-client.h | 8 #include <linux/list.h> 22 * @list: item in SOF core client dev list 28 struct list_head list; member
|
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | skbuff.c | 73 void rxrpc_purge_queue(struct sk_buff_head *list) in rxrpc_purge_queue() argument 77 while ((skb = skb_dequeue((list))) != NULL) { in rxrpc_purge_queue()
|