Home
last modified time | relevance | path

Searched refs:list (Results 4151 - 4175 of 13896) sorted by relevance

1...<<161162163164165166167168169170>>...556

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-mf.c76 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 Dhisi_ptt.h16 #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 Dbpf_counter.h5 #include <linux/list.h>
36 struct list_head list; member
/kernel/linux/linux-6.6/net/tipc/
H A Dname_table.h13 * 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 Dsmc_ib.h27 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 Dvport.h10 #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 Dcapability.c68 typeof(*rules), list); in audit_caps()
120 typeof(*rules), list); in profile_capable()
/kernel/linux/linux-6.6/security/selinux/include/
H A Dobjsec.h19 #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 Dsoundbus.h12 #include <linux/list.h>
50 struct list_head list; member
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/
H A Dlsdexcr.c49 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 Dvnode_hash.c7 * 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 Dlos_vm_phys.h8 * 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 Dtascam-midi.c107 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 Dshcmd.h8 * 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 Dlos_sortlink.h8 * 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 Dmegaraid_ioctl.h104 * @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 Dbnep.h84 __u8 list[]; member
146 struct list_head list; member
/kernel/linux/linux-6.6/lib/
H A Dts_kmp.c137 .list = LIST_HEAD_INIT(kmp_ops.list)
/kernel/linux/linux-6.6/net/mac80211/
H A Dkey.h12 #include <linux/list.h>
63 /* for sdata list */
64 struct list_head list; member
/kernel/linux/linux-6.6/net/bluetooth/
H A Dmgmt_util.h24 struct list_head list; member
34 struct list_head list; member
/kernel/linux/linux-6.6/samples/bpf/
H A Dxdp2skb_meta.sh27 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 Dcbs_sei.h114 // 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 Dmerge_plist.py46 """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 Dfunction_filter_labels.cc35 *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 DLiveTraverser.h11 // 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;

Completed in 12 milliseconds

1...<<161162163164165166167168169170>>...556