/kernel/linux/linux-5.10/drivers/media/pci/tw686x/ |
H A D | tw686x.h | 57 struct list_head list; member 62 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/misc/ocxl/ |
H A D | ocxl_internal.h | 8 #include <linux/list.h> 40 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | user_sdma.h | 28 * notice, this list of conditions and the following disclaimer. 30 * notice, this list of conditions and the following disclaimer in 153 struct list_head list; member 234 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/b43/ |
H A D | pio.h | 9 #include <linux/list.h> 67 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/prism54/ |
H A D | islpci_dev.h | 16 #include <linux/list.h> 44 struct list_head mac_list; /* a list of mac_entry */ 58 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ar5523/ |
H A D | ar5523.h | 75 struct list_head list; member 81 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/ |
H A D | cpts.h | 17 #include <linux/list.h> 93 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.h | 75 struct list_head list; member 123 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/scsi/megaraid/ |
H A D | megaraid_ioctl.h | 104 * @list : for kioc free pool list maintenance 141 struct list_head list; member 259 * @list : attach with the global list of adapters 286 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_io.c | 120 INIT_LIST_HEAD(&pio_req->list); in r8712_alloc_io_queue() 121 list_add_tail(&pio_req->list, &pio_queue->free_ioreqs); in r8712_alloc_io_queue()
|
H A D | sta_info.h | 29 struct list_head list; member 48 struct list_head list; /*free_sta_queue*/ member
|
/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A D | usbatm.h | 19 #include <linux/list.h> 111 struct list_head list; member
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | xdp2skb_meta.sh | 27 echo " --list : (\$LIST) List TC and XDP progs" 82 --long verbose,flush,help,list,dev:,dry-run -- "$@") 112 --list )
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | name_table.h | 12 * notice, this list of conditions and the following disclaimer. 14 * notice, this list of conditions and the following disclaimer in the 65 * - Local/node scope publications: in name_table->node_scope list 66 * - Local/cluster scope publications: in name_table->cluster_scope list 69 * @local_publ: list of identical publications made from this node 73 * @list: to form a list of publications in temporal order 89 struct list_head list; member 145 struct list_head list; member
|
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | vport.h | 10 #include <linux/list.h> 67 * @detach_list: list used for detaching vport in net-exit call. 133 struct list_head list; member
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | skbuff.c | 84 void rxrpc_purge_queue(struct sk_buff_head *list) in rxrpc_purge_queue() argument 88 while ((skb = skb_dequeue((list))) != NULL) { in rxrpc_purge_queue()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | virtio.h | 15 * @list: the chain of virtqueues for this device 28 struct list_head list; member 103 * @vqs: the list of virtqueues for this device. 113 spinlock_t vqs_list_lock; /* Protects VQs list access */ 146 list_for_each_entry(vq, &vdev->vqs, list)
|
H A D | percpu_counter.h | 12 #include <linux/list.h> 24 struct list_head list; /* All percpu_counters are on a list */ member
|
H A D | mutex.h | 15 #include <linux/list.h> 47 * - list of all locks held in the system, printout of them 84 struct list_head list; member
|
H A D | stop_machine.h | 8 #include <linux/list.h> 25 struct list_head list; /* cpu_stopper->works */ member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ping.h | 19 #define ping_portaddr_for_each_entry(__sk, node, list) \ 20 hlist_nulls_for_each_entry(__sk, node, list, sk_nulls_node)
|
H A D | rtnetlink.h | 34 * @list: Used internally 61 struct list_head list; member 126 * @list: Used internally 138 struct list_head list; member
|
/kernel/linux/linux-5.10/include/linux/net/intel/ |
H A D | i40e_client.h | 167 struct list_head list; member 174 struct list_head list; /* list of registered clients */ member
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | rpc_pipe_fs.h | 28 struct list_head list; member 97 return (msg->copied != 0 && list_empty(&msg->list)); in rpc_msg_is_inflight()
|
/kernel/linux/linux-5.10/include/net/iucv/ |
H A D | af_iucv.h | 15 #include <linux/list.h> 58 struct list_head list; member
|