/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-mf.c | 76 report = list_entry(report_ptr, struct hid_report, list); in mf_init() 89 input = list_entry(input_ptr, struct hid_input, list); in mf_init()
|
/kernel/linux/linux-6.6/drivers/hwtracing/ptt/ |
H A D | hisi_ptt.h | 16 #include <linux/list.h> 78 /* FIFO size for dynamically updating the PTT trace filter list. */ 155 * @list: entry of this descriptor in the filter list 162 struct list_head list; member 207 * @port_filters: the filter list of root ports 208 * @req_filters: the filter list of requester ID 214 * @filter_update_fifo: fifo of the filters waiting to update the filter list 244 * the hisi_ptt->mutex which protecting the filter list. The
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf_counter.h | 5 #include <linux/list.h> 36 struct list_head list; member
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | name_table.h | 13 * notice, this list of conditions and the following disclaimer. 15 * notice, this list of conditions and the following disclaimer in the 66 * - Local/node scope publications: in name_table->node_scope list 67 * - Local/cluster scope publications: in name_table->cluster_scope list 70 * @local_publ: list of identical publications made from this node 74 * @list: to form a list of publications in temporal order 87 struct list_head list; member 144 struct list_head list; member
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_ib.h | 27 struct smc_ib_devices { /* list of smc ib devices definition */ 28 struct list_head list; member 29 struct mutex mutex; /* protects list of smc ib devices */ 32 extern struct smc_ib_devices smc_ib_devices; /* list of smc ib devices */ 33 extern struct smc_lgr_list smc_lgr_list; /* list of linkgroups */ 36 struct list_head list; member
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | vport.h | 10 #include <linux/list.h> 71 * @detach_list: list used for detaching vport in net-exit call. 141 struct list_head list; member
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | capability.c | 68 typeof(*rules), list); in audit_caps() 120 typeof(*rules), list); in profile_capable()
|
/kernel/linux/linux-6.6/security/selinux/include/ |
H A D | objsec.h | 19 #include <linux/list.h> 48 struct list_head list; /* list of inode_security_struct */ member
|
/kernel/linux/linux-6.6/sound/aoa/soundbus/ |
H A D | soundbus.h | 12 #include <linux/list.h> 50 struct list_head list; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/ |
H A D | lsdexcr.c | 49 static void print_list(const char *list[], size_t len) in print_list() argument 52 printf("%s", list[i]); in print_list()
|
/kernel/liteos_a/fs/vfs/ |
H A D | vnode_hash.c | 7 * 1. Redistributions of source code must retain the above copyright notice, this list of 10 * 2. Redistributions in binary form must reproduce the above copyright notice, this list 53 PRINT_ERR("Create mutex for vnode hash list fail, status: %d", ret); in VnodeHashInit() 98 LOS_DL_LIST *list = VfsHashBucket(mount, hash); in VfsHashGet() local 99 LOS_DL_LIST_FOR_EACH_ENTRY(curVnode, list, struct Vnode, hashEntry) { in VfsHashGet()
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_vm_phys.h | 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 77 SPIN_LOCK_S freeListLock; /* The buddy list spinlock */ 78 struct VmFreeList freeList[VM_LIST_ORDER_MAX]; /* The free pages in the buddy list */ 109 size_t LOS_PhysPagesAlloc(size_t nPages, LOS_DL_LIST *list); 110 size_t LOS_PhysPagesFree(LOS_DL_LIST *list);
|
/kernel/linux/linux-6.6/sound/firewire/tascam/ |
H A D | tascam-midi.c | 107 list_for_each_entry(subs, &stream->substreams, list) { in snd_tscm_create_midi_devices() 123 list_for_each_entry(subs, &stream->substreams, list) { in snd_tscm_create_midi_devices()
|
/kernel/liteos_m/components/shell/include/ |
H A D | shcmd.h | 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 57 LOS_DL_LIST list; member 72 LOS_DL_LIST list; member
|
/kernel/liteos_m/kernel/include/ |
H A D | los_sortlink.h | 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 87 LOS_DL_LIST *list = head->pstNext; in GetSortLinkNextExpireTime() local 93 SortLinkList *listSorted = LOS_DL_LIST_ENTRY(list, SortLinkList, sortLinkNode); in GetSortLinkNextExpireTime()
|
/kernel/linux/linux-6.6/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-6.6/net/bluetooth/bnep/ |
H A D | bnep.h | 84 __u8 list[]; member 146 struct list_head list; member
|
/kernel/linux/linux-6.6/lib/ |
H A D | ts_kmp.c | 137 .list = LIST_HEAD_INIT(kmp_ops.list)
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | key.h | 12 #include <linux/list.h> 63 /* for sdata list */ 64 struct list_head list; member
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | mgmt_util.h | 24 struct list_head list; member 34 struct list_head list; member
|
/kernel/linux/linux-6.6/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 )
|
/third_party/ffmpeg/libavcodec/ |
H A D | cbs_sei.h | 114 // Payload type for the message. (-1 in this field ends a list.) 135 // End-of-list sentinel element. 154 * Allocate a new empty SEI message in a message list. 158 int ff_cbs_sei_list_add(SEIRawMessageList *list); 161 * Free all SEI messages in a message list. 163 void ff_cbs_sei_free_message_list(SEIRawMessageList *list);
|
/third_party/gn/examples/ios/build/config/ios/scripts/ |
H A D | merge_plist.py | 46 """Merges two objects (either dictionary, list, string or numbers).""" 58 if isinstance(obj2, list): 80 if isinstance(plist, list):
|
/third_party/gn/src/gn/ |
H A D | function_filter_labels.cc | 35 *err = Err(args[0], "First argument must be a list of target labels."); in RunFilterLabels() 39 *err = Err(args[1], "Second argument must be a list of label patterns."); in RunFilterLabels() 49 *err = Err(args[1], "Second argument must be a list of label patterns."); in RunFilterLabels() 61 // Iterate over "labels", resolving and matching against the list of patterns. in RunFilterLabels() 71 *err = Err(value, "First argument must be a list of target labels."); in RunFilterLabels() 99 The argument labels must be a list of strings. 101 The argument include_patterns must be a list of label patterns (see 126 The argument labels must be a list of strings. 128 The argument exclude_patterns must be a list of label patterns (see
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | LiveTraverser.h | 11 // notice, this list of conditions and the following disclaimer. 14 // copyright notice, this list of conditions and the following 44 #include <list> 102 typedef std::list<TIntermAggregate*> TDestinationStack;
|