/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_blk.h | 9 #include <linux/list.h> 26 * @list: list of hardware blocks 32 struct list_head list; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kvm_irqfd.h | 27 * RCU list modified under kvm->irqfds.resampler_lock 29 struct list_head list; member 32 * Entry in list of kvm->irqfd.resampler_list. Use for sharing 53 /* Entry in list of irqfds for a resampler (resampler-only) */ 57 struct list_head list; member
|
H A D | cdev.h | 7 #include <linux/list.h> 18 struct list_head list; member
|
H A D | hw_random.h | 17 #include <linux/list.h> 50 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/staging/greybus/ |
H A D | audio_manager.h | 12 #include <linux/list.h> 29 struct list_head list; member
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_privacy_screen_driver.h | 13 #include <linux/list.h> 55 /** @list: privacy-screen devices list list-entry. */ 56 struct list_head list; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | cdev.h | 7 #include <linux/list.h> 18 struct list_head list; member
|
H A D | kvm_irqfd.h | 27 * RCU list modified under kvm->irqfds.resampler_lock 29 struct list_head list; member 32 * Entry in list of kvm->irqfd.resampler_list. Use for sharing 34 * RCU list modified under kvm->irqfds.resampler_lock 53 /* Entry in list of irqfds for a resampler (resampler-only) */ 57 struct list_head list; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | calipso.h | 22 #include <linux/list.h> 47 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | audio_manager.h | 12 #include <linux/list.h> 29 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_compression.h | 6 #include <linux/list.h> 17 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | dma-iommu.h | 17 void iommu_dma_get_resv_regions(struct device *dev, struct list_head *list); 41 static inline void iommu_dma_get_resv_regions(struct device *dev, struct list_head *list) in iommu_dma_get_resv_regions() argument
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf-filter.h | 5 #include <linux/list.h> 10 struct list_head list; member
|
H A D | comm.h | 5 #include <linux/list.h> 14 struct list_head list; member
|
/kernel/liteos_a/shell/full/src/cmds/ |
H A D | shell_shellcmd.c | 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 51 LOS_DL_LIST_FOR_EACH_ENTRY(curCmdItem, &(cmdInfo->cmdList.list), CmdItemNode, list) { in OsShellCmdHelp()
|
/kernel/liteos_m/components/shell/src/cmds/ |
H A D | shell_shellcmd.c | 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 51 LOS_DL_LIST_FOR_EACH_ENTRY(curCmdItem, &(cmdInfo->cmdList.list), CmdItemNode, list) { in OsShellCmdHelp()
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctvmem.h | 21 #include <linux/list.h> 36 struct list_head list; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | vorbis.h | 42 vorbis_floor1_entry *list, int values); 45 void ff_vorbis_floor1_render_list(vorbis_floor1_entry * list, int values,
|
/third_party/gn/src/gn/ |
H A D | function_label_matches.cc | 20 "label_matches: Returns whether a label matches any of a list of patterns."; 26 The argument patterns must be a list of label patterns (see 59 *err = Err(args[1], "Second argument must be a list of label patterns."); 68 "Second argument must be a list of label patterns.");
|
/third_party/node/benchmark/buffers/ |
H A D | buffer-concat.js | 12 const list = Array.from({ length: pieces }) 19 Buffer.concat(list, totalLength);
|
/third_party/ltp/testcases/network/iptables/ |
H A D | nft01.sh | 17 if ! nft list table $ip_table filter > /dev/null 2>&1; then 21 if ! nft list chain $ip_table filter INPUT > /dev/null 2>&1; then
|
/third_party/libwebsockets/lib/system/smd/ |
H A D | private-lib-system-smd.h | 35 lws_dll2_t list; member 49 lws_dll2_t list; member
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | obfuscate.c | 56 static void emit_symbol_list(struct symbol_list *list) in emit_symbol_list() argument 60 FOR_EACH_PTR(list, sym) { in emit_symbol_list()
|
H A D | test-linearize.c | 41 static void clean_up_symbols(struct symbol_list *list) in clean_up_symbols() argument 45 FOR_EACH_PTR(list, sym) { in clean_up_symbols()
|
H A D | test-inspect.c | 20 static void expand_symbols(struct symbol_list *list) in expand_symbols() argument 23 FOR_EACH_PTR(list, sym) { in expand_symbols()
|