/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmnv44.c | 28 dma_addr_t *list, u32 ptei, u32 ptes) in nv44_vmm_pgt_fill() 39 u32 addr = (list ? *list++ : vmm->null) >> 12; in nv44_vmm_pgt_fill() 27 nv44_vmm_pgt_fill(struct nvkm_vmm *vmm, struct nvkm_mmu_pt *pt, dma_addr_t *list, u32 ptei, u32 ptes) nv44_vmm_pgt_fill() argument
|
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | core.h | 10 #include <linux/list.h> 271 struct list_head list; member 309 * @list: used for attach an instance to the core 312 * @dpbbufs: a list of decoded picture buffers 313 * @internalbufs: a list of internal bufferes 314 * @registeredbufs: a list of registered capture bufferes 315 * @delayed_process a list of delayed buffers 363 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | main.h | 85 * @ipv4_off_lock: Lock for the IPv4 address list 86 * @ipv6_off_lock: Lock for the IPv6 address list 87 * @neigh_off_lock_v4: Lock for the IPv4 neighbour address list 88 * @neigh_off_lock_v6: Lock for the IPv6 neighbour address list 150 * @lock: Lock for extra ports list 268 * @list: List entry of offloaded reprs 275 struct list_head list; member 309 * @list: list pointer 314 struct list_head list; member 349 struct list_head list; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | spectrum_acl_tcam.h | 7 #include <linux/list.h> 20 struct mutex lock; /* guards vregion list */ 84 struct list_head list; /* Member of a TCAM group */ member 186 struct list_head list; /* Member in entries_list */ member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_lif.h | 95 struct list_head list; member 105 spinlock_t lock; /* lock for deferred work list */ 106 struct list_head list; member 157 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw_cm.h | 16 * copyright notice, this list of conditions and the following 20 * copyright notice, this list of conditions and the following 163 struct list_head list; member 288 struct list_head list; member 337 struct list_head list; member 415 spinlock_t listen_list_lock; /* listen list */
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | vnic_sdma.c | 25 * notice, this list of conditions and the following disclaimer. 27 * notice, this list of conditions and the following disclaimer in 225 * structure to sdma engine's dmawait list to be woken up when descriptors 244 if (list_empty(&vnic_sdma->wait.list)) { in hfi1_vnic_sdma_sleep() 256 * queue's wait structure was previously added to sdma engine's dmawait list. 298 INIT_LIST_HEAD(&vnic_sdma->stx.list); in hfi1_vnic_sdma_init() 301 list_add_tail(&vnic_sdma->stx.list, &work->tx_head); in hfi1_vnic_sdma_init()
|
/kernel/linux/linux-5.10/drivers/phy/tegra/ |
H A D | xusb.h | 44 struct list_head list; member 162 struct list_head list; member 267 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/staging/rtl8712/ |
H A D | rtl871x_cmd.h | 37 struct list_head list; member 60 struct list_head list; member 74 INIT_LIST_HEAD(&pcmd->list);\
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/include/ |
H A D | rtw_recv.h | 294 struct list_head list; member 332 struct list_head list; member 368 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
H A D | mtu3.h | 17 #include <linux/list.h> 300 struct list_head list; member 386 list); in next_request()
|
/kernel/linux/linux-5.10/net/smc/ |
H A D | smc_core.h | 23 struct smc_lgr_list { /* list of link group definition */ 24 struct list_head list; member 25 spinlock_t lock; /* protects list of link groups */ 142 /* tx/rx buffer list element for sndbufs list and rmbs list of a lgr */ 144 struct list_head list; member 216 struct list_head list; member
|
/kernel/linux/linux-5.10/include/linux/netfilter/ |
H A D | x_tables.h | 143 struct list_head list; member 183 struct list_head list; member 224 struct list_head list; member
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | composite.h | 65 * @entry: used to keep a list of extended properties 86 * @ext_prop: Extended Properties list 238 struct list_head list; member 327 struct list_head list; member 584 struct list_head list; member
|
/kernel/linux/linux-5.10/include/media/ |
H A D | media-entity.h | 18 #include <linux/list.h> 53 * @list: List entry stored in one of the per-type mdev object lists 60 struct list_head list; member 113 * @list: Linked list associated with an entity or an interface that 134 struct list_head list; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_hashtables.h | 17 #include <linux/list.h> 57 * below. As we add sockets to a bind bucket list, we perform a 63 * sk->sk_reuse set, we don't even have to walk the owners list at all, 67 * implementation (ie. current FreeBSD etc.) the entire list of ports 163 #define inet_lhash2_for_each_icsk_rcu(__icsk, list) \ 164 hlist_for_each_entry_rcu(__icsk, list, icsk_listen_portaddr_node)
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol.h | 9 #include <linux/list.h> 219 int setup_list(struct strlist **list, const char *list_str, 221 int setup_intlist(struct intlist **list, const char *list_str, 256 struct list_head note_list; /* SDT notes' list */
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.c | 37 enum operation_mode_e { list = 1, show, show_all }; enumerator 211 /* param: string passed by -m param (The list of monitors to show) 362 mode = list; in cmdline() 429 if (mode == list) { in cmd_monitor()
|
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | namespace.c | 240 struct list_head *list = &nfs_automount_list; in nfs_expire_automounts() local 243 mark_mounts_for_expiry(list); in nfs_expire_automounts() 244 if (!list_empty(list) && timeout > 0) in nfs_expire_automounts()
|
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifs_dfs_ref.c | 36 struct list_head *list = &cifs_dfs_automount_list; in cifs_dfs_expire_automounts() local 38 mark_mounts_for_expiry(list); in cifs_dfs_expire_automounts() 39 if (!list_empty(list)) in cifs_dfs_expire_automounts()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | audit.h | 17 * a name dynamically and also add those to the list anchored by names_list. */ 46 struct list_head list; member 68 struct list_head list; /* audit_context->names_list */ member 110 * The names_list is the list of all audit_names collected during this 119 struct list_head names_list; /* struct audit_names->list anchor */ 263 extern int audit_add_watch(struct audit_krule *krule, struct list_head **list);
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | scan.c | 213 list_add_tail(&snod->list, &sleb->nodes); in ubifs_add_snod() 361 node = list_entry(head->next, struct ubifs_scan_node, list); in ubifs_scan_destroy() 362 list_del(&node->list); in ubifs_scan_destroy()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br.c | 299 LIST_HEAD(list); in br_net_exit() 304 br_dev_delete(dev, &list); in br_net_exit() 306 unregister_netdevice_many(&list); in br_net_exit()
|
/kernel/linux/linux-5.10/net/atm/ |
H A D | ioctl.c | 38 list_add_tail(&ioctl->list, &ioctl_list); in register_atm_ioctl() 46 list_del(&ioctl->list); in deregister_atm_ioctl() 157 struct atm_ioctl *ic = list_entry(pos, struct atm_ioctl, list); in do_vcc_ioctl()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object.c | 59 INIT_LIST_HEAD(&obj->vma.list); in i915_gem_object_init() 205 if (!list_empty(&obj->vma.list)) { in __i915_gem_free_objects() 215 while ((vma = list_first_entry_or_null(&obj->vma.list, in __i915_gem_free_objects()
|