/kernel/linux/linux-5.10/include/linux/ |
H A D | rio.h | 15 #include <linux/list.h> 90 * @node: Node in global list of switches 145 * @global_list: Node in list of all RIO devices 146 * @net_list: Node in list of RIO devices in a network 176 struct list_head global_list; /* node in list of all RIO devices */ 177 struct list_head net_list; /* node in per net list */ 226 * @node: Node in list of doorbell events 242 * @node: Node in global list of master ports 243 * @nnode: Node in network list of master ports 266 struct list_head dbells; /* list o [all...] |
H A D | rio_drv.h | 14 #include <linux/list.h>
|
H A D | scmi_protocol.h | 49 } list; member 161 * Partial list from Distributed Management Task Force (DMTF) specification:
|
H A D | netlink.h | 262 struct list_head list; member
|
/kernel/linux/linux-5.10/include/net/nfc/ |
H A D | nfc.h | 121 struct list_head list; member
|
/kernel/linux/linux-5.10/include/linux/qed/ |
H A D | qed_eth_if.h | 10 #include <linux/list.h>
|
/kernel/linux/linux-5.10/include/net/ |
H A D | switchdev.h | 12 #include <linux/list.h>
|
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_si3054.c | 161 .list = rates, in si3054_pcm_open()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | ak5558.c | 239 .list = ak5558_rates,
|
/kernel/linux/linux-5.10/sound/pci/trident/ |
H A D | trident_memory.c | 134 blk = list_entry(p, struct snd_util_memblk, list); in search_empty()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | qconf.h | 231 ConfigList *list; member in ConfigSearchWindow
|
/kernel/linux/linux-5.10/security/integrity/evm/ |
H A D | evm_crypto.c | 210 list_for_each_entry_lockless(xattr, &evm_config_xattrnames, list) { in evm_calc_hmac_or_hash()
|
/kernel/linux/linux-5.10/sound/soc/intel/boards/ |
H A D | bdw-rt5677.c | 207 .list = channels,
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
H A D | evsel.c | 8 #include <linux/list.h>
|
/kernel/linux/linux-5.10/tools/cgroup/ |
H A D | iocost_monitor.py | 20 from drgn.helpers.linux.list import list_for_each_entry,list_empty
|
/kernel/linux/linux-5.10/sound/soc/mediatek/mt2701/ |
H A D | mt2701-cs42448.c | 103 .list = mt2701_cs42448_sampling_rates,
|
/kernel/linux/linux-5.10/sound/soc/mediatek/mt8183/ |
H A D | mt8183-dai-adda.c | 497 list_add(&dai->list, &afe->sub_dais); in mt8183_dai_adda_register()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | annotate.h | 9 #include <linux/list.h>
|
/kernel/linux/linux-5.10/tools/testing/selftests/ |
H A D | Makefile | 71 #Please keep the TARGETS list alphabetically sorted 217 TEST_LIST := $(INSTALL_PATH)/kselftest-list.txt 238 @# While building kselftest-list.text skip also non-existent TARGET dirs:
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | protocol.h | 438 char list[0]; member
|
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | build.c | 289 dead_fds list to be cleaned up later. Else just free the fd */ in jffs2_build_remove_unlinked_inode() 293 dbg_fsbuild("inode #%u (\"%s\") now has no links; adding to dead_fds list.\n", in jffs2_build_remove_unlinked_inode() 306 We don't delete the inocache from the hash list and free it yet. in jffs2_build_remove_unlinked_inode() 392 INIT_LIST_HEAD(&c->blocks[i].list); in jffs2_do_mount_fs()
|
H A D | super.c | 18 #include <linux/list.h>
|
/kernel/linux/linux-5.10/fs/ |
H A D | eventfd.c | 16 #include <linux/list.h>
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | compaction.h | 9 #include <linux/list.h>
|
/kernel/linux/linux-5.10/include/scsi/ |
H A D | scsi_host.h | 6 #include <linux/list.h> 284 * size, device, list (heads, sectors, cylinders) 531 * access this list directly from a driver.
|