/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mds_client.h | 7 #include <linux/list.h> 329 struct list_head r_unsafe_item; /* per-session unsafe list item */ 356 * node for list of quotarealm inodes that are not visible from the filesystem 368 struct list_head list; member 400 * We keep a list of inodes we don't see in the mountpoint but that we 409 * contexts locks..) the empty list contains realms with no 464 struct list_head dentry_leases; /* fifo list */ 465 struct list_head dentry_dir_leases; /* lru list */
|
/kernel/linux/linux-5.10/lib/ |
H A D | ts_fsm.c | 321 .list = LIST_HEAD_INIT(fsm_ops.list)
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | libfc.h | 110 * @peers: Node for list management during discovery and RSCN processing 288 * @list: Tracks queued commands (accessed with the host_lock held) 320 struct list_head list; member 650 * @ema_list: Exchange manager anchor list 687 * @list: Linkage on list of vport peers 690 * @lport_list: Linkage on module-wide list of local ports 747 struct list_head list; member
|
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | master.c | 104 list); in scan_for_master() 121 snod = list_entry(sleb->nodes.prev, struct ubifs_scan_node, list); in scan_for_master()
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_attr_list.c | 83 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list() 116 * Scan the attribute list for the rest of the entries, storing in xfs_attr_shortform_list() 120 for (i = 0, sfe = &sf->list[0]; i < sf->hdr.count; i++) { in xfs_attr_shortform_list() 384 * Copy out attribute list entries for attr_list(), for leaf attribute lists.
|
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | bat_v_elp.c | 307 hlist_for_each_entry_rcu(hardif_neigh, &hard_iface->neigh_list, list) { in batadv_v_elp_periodic_work() 429 list_for_each_entry_rcu(hard_iface, &batadv_hardif_list, list) { in batadv_v_elp_primary_iface_set()
|
H A D | main.c | 25 #include <linux/list.h> 65 * list traversals just rcu-locked 316 list_for_each_entry_rcu(hard_iface, &batadv_hardif_list, list) { in batadv_is_my_mac()
|
/kernel/linux/linux-5.10/net/can/ |
H A D | proc.c | 12 * notice, this list of conditions and the following disclaimer. 14 * notice, this list of conditions and the following disclaimer in the 45 #include <linux/list.h> 192 hlist_for_each_entry_rcu(r, rx_list, list) { in can_print_rcvlist() 257 seq_printf(m, " %8ld current receive list entries (CRCV)\n", in can_stats_proc_show() 259 seq_printf(m, " %8ld maximum receive list entries (MRCV)\n", in can_stats_proc_show() 315 seq_printf(m, "\nreceive list '%s':\n", rx_list_name[idx]); in can_rcvlist_proc_show() 319 /* receive list for 'all' CAN devices (dev == NULL) */ in can_rcvlist_proc_show() 323 /* receive list for registered CAN devices */ in can_rcvlist_proc_show() 346 /* check whether at least one list i in can_rcvlist_proc_show_array() [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | sta_info.h | 12 #include <linux/list.h> 482 * @list: global linked list entry 483 * @free_list: list entry for keeping track of stations to free 565 struct list_head list, free_list; member 798 * Insert STA info into hash table/list, returns zero or a
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_gem_evict.c | 76 pr_err("No objects on the GGTT inactive list!\n"); in populate_ggtt() 92 static void cleanup_objects(struct i915_ggtt *ggtt, struct list_head *list) in cleanup_objects() argument 96 list_for_each_entry_safe(obj, on, list, st_link) { in cleanup_objects()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/lima/ |
H A D | lima_device.c | 444 list_for_each_entry_safe(et, tmp, &ldev->error_task_list, list) { in lima_device_fini() 445 list_del(&et->list); in lima_device_fini()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_drv.h | 20 #include <linux/list.h> 178 /* list of GEM objects: */ 457 void msm_gem_describe_objects(struct list_head *list, struct seq_file *m);
|
/kernel/linux/linux-5.10/drivers/gpu/host1x/ |
H A D | dev.c | 11 #include <linux/list.h> 404 INIT_LIST_HEAD(&host->list); in host1x_probe() 455 dev_err(&pdev->dev, "failed to initialize channel list\n"); in host1x_probe()
|
/kernel/linux/linux-5.10/drivers/media/usb/stk1160/ |
H A D | stk1160-video.c | 76 struct stk1160_buffer, list); in stk1160_next_buffer() 77 list_del(&buf->list); in stk1160_next_buffer()
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/ |
H A D | vivid-core.h | 75 struct list_head list; member 114 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/pci/endpoint/ |
H A D | pci-epc-core.c | 530 list_add_tail(&epf->list, &epc->pci_epf); in pci_epc_add_epf() 553 list_del(&epf->list); in pci_epc_remove_epf()
|
/kernel/linux/linux-5.10/drivers/pnp/ |
H A D | manager.c | 245 list_for_each_entry_safe(pnp_res, tmp, &dev->resources, list) { in pnp_clean_resource_table() 267 list_for_each_entry(option, &dev->options, list) { in pnp_assign_resources()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun8i_mixer.c | 442 list_add_tail(&mixer->engine.list, &drv->engine_list); in sun8i_mixer_bind() 514 list_del(&mixer->engine.list); in sun8i_mixer_unbind()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tegra/ |
H A D | vic.c | 455 INIT_LIST_HEAD(&vic->client.base.list); in vic_probe() 463 INIT_LIST_HEAD(&vic->client.list); in vic_probe()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kernfs.h | 11 #include <linux/list.h> 191 /* list of kernfs_super_info of this root, protected by kernfs_mutex */ 208 struct list_head list; member
|
H A D | audit.h | 44 u32 buflen; /* for data alloc on list rules */ 53 struct list_head rlist; /* entry in audit_{watch,tree}.rules list */ 54 struct list_head list; /* for AUDIT_LIST* purposes only */ member 123 extern int __init audit_register_class(int class, unsigned *list);
|
H A D | crypto.h | 17 #include <linux/list.h> 180 struct list_head list; member
|
H A D | cpumask.h | 945 * as comma-separated list of cpus or hex values of cpumask 946 * @list: indicates whether the cpumap must be list 954 cpumap_print_to_pagebuf(bool list, char *buf, const struct cpumask *mask) in cpumap_print_to_pagebuf() argument 956 return bitmap_print_to_pagebuf(list, buf, cpumask_bits(mask), in cpumap_print_to_pagebuf()
|
/kernel/linux/linux-5.10/drivers/scsi/isci/ |
H A D | task.c | 34 * notice, this list of conditions and the following disclaimer. 36 * notice, this list of conditions and the following disclaimer in 104 task = list_entry(task->list.next, struct sas_task, list)) 490 * this check does not depend on the pending request list in isci_task_abort_task()
|
/kernel/linux/linux-5.10/include/linux/avf/ |
H A D | virtchnl.h | 416 struct virtchnl_ether_addr list[1]; member 523 struct virtchnl_channel_info list[1]; member
|