Home
last modified time | relevance | path

Searched refs:list (Results 1976 - 2000 of 17116) sorted by relevance

1...<<71727374757677787980>>...685

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/
H A Dnotif-wait.c30 list_for_each_entry(w, &notif_wait->notif_waits, list) { in iwl_notification_wait()
74 list_for_each_entry(wait_entry, &notif_wait->notif_waits, list) in iwl_abort_notification_waits()
101 list_add(&wait_entry->list, &notif_wait->notif_waits); in iwl_init_notification_wait()
110 list_del(&wait_entry->list); in iwl_remove_notification()
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dnd_virtio.c27 struct virtio_pmem_request, list); in virtio_pmem_host_ack()
30 list_del(&req_buf->list); in virtio_pmem_host_ack()
55 INIT_LIST_HEAD(&req_data->list); in virtio_pmem_flush()
74 list_add_tail(&req_data->list, &vpmem->req_list); in virtio_pmem_flush()
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-path-selector.c22 struct list_head list; member
34 list_for_each_entry(psi, &_path_selectors, list) { in __find_path_selector_type()
112 list_add(&psi->list, &_path_selectors); in dm_register_path_selector()
132 list_del(&psi->list); in dm_unregister_path_selector()
H A Ddm-target.c25 list_for_each_entry(tt, &_targets, list) in __find_target_type()
76 list_for_each_entry(tt, &_targets, list) in dm_target_iterate()
93 list_add(&tt->list, &_targets); in dm_register_target()
109 list_del(&tt->list); in dm_unregister_target()
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/
H A Dpmu.c23 struct list_head list; member
119 list_add_tail(&pmu_alias->list, &pmu_alias_name_list); in setup_pmu_alias_list()
133 list_for_each_entry(pmu_alias, &pmu_alias_name_list, list) { in __pmu_find_real_name()
156 list_for_each_entry(pmu_alias, &pmu_alias_name_list, list) { in __pmu_find_alias_name()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_sockopt.c31 list_for_each_entry(ops, &nf_sockopts, list) { in nf_register_sockopt()
47 list_add(&reg->list, &nf_sockopts); in nf_register_sockopt()
57 list_del(&reg->list); in nf_unregister_sockopt()
68 list_for_each_entry(ops, &nf_sockopts, list) { in nf_sockopt_find()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dkwork.h8 #include <linux/list.h>
79 struct list_head list; member
89 struct list_head list; member
133 struct list_head list; member
/kernel/linux/linux-6.6/security/tomoyo/
H A Dgroup.c67 * tomoyo_write_group - Write "struct tomoyo_path_group"/"struct tomoyo_number_group"/"struct tomoyo_address_group" list.
81 param->list = &group->member_list; in tomoyo_write_group()
136 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_path_matches_group()
165 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_number_matches_group()
196 list_for_each_entry_rcu(member, &group->member_list, head.list, in tomoyo_address_matches_group()
/kernel/linux/linux-6.6/security/integrity/ima/
H A Dima_queue_keys.c23 * To synchronize access to the list of keys that need to be measured
89 INIT_LIST_HEAD(&entry->list); in ima_alloc_key_entry()
116 list_add_tail(&entry->list, &ima_keys); in ima_queue_key()
143 * processed immediately and not be queued to ima_keys list. in ima_process_queued_keys()
160 list_for_each_entry_safe(entry, tmp, &ima_keys, list) { in ima_process_queued_keys()
169 list_del(&entry->list); in ima_process_queued_keys()
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/simple/host_app/
H A Dtest.c40 * @list: list of devices returned by libusb_get_device_list function
63 libusb_device **list; in test_init() local
76 cnt = libusb_get_device_list(state->ctx, &list); in test_init()
83 libusb_device *dev = list[i]; in test_init()
134 libusb_free_device_list(list, 1); in test_init()
/kernel/linux/linux-6.6/tools/usb/ffs-aio-example/multibuff/host_app/
H A Dtest.c40 * @list: list of devices returned by libusb_get_device_list function
63 libusb_device **list; in test_init() local
76 cnt = libusb_get_device_list(state->ctx, &list); in test_init()
83 libusb_device *dev = list[i]; in test_init()
134 libusb_free_device_list(list, 1); in test_init()
/kernel/liteos_a/kernel/base/mp/
H A Dlos_mp.c8 * 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
139 LOS_DL_LIST *list = NULL; in OsMpFuncCallHandler() local
144 list = LOS_DL_LIST_FIRST(&g_percpu[cpuid].funcLink); in OsMpFuncCallHandler()
145 LOS_ListDelete(list); in OsMpFuncCallHandler()
148 mpCallFunc = LOS_DL_LIST_ENTRY(list, MpCallFunc, node); in OsMpFuncCallHandler()
/kernel/linux/linux-6.6/drivers/s390/char/
H A Draw3270.h21 struct list_head list; /* list head for request queueing. */ member
45 return list_empty(&rq->list); in raw3270_request_final()
74 struct list_head list; member
123 struct list_head list; member
/kernel/linux/linux-6.6/net/mptcp/
H A Dsched.c11 #include <linux/list.h>
44 list_for_each_entry_rcu(sched, &mptcp_sched_list, list) { in mptcp_sched_find()
64 list_add_tail_rcu(&sched->list, &mptcp_sched_list); in mptcp_register_scheduler()
77 list_del_rcu(&sched->list); in mptcp_unregister_scheduler()
/kernel/linux/linux-6.6/sound/soc/mediatek/common/
H A Dmtk-afe-platform-driver.c22 list_for_each_entry(dai, &afe->sub_dais, list) { in mtk_afe_combine_sub_dai()
37 list_for_each_entry(dai, &afe->sub_dais, list) { in mtk_afe_combine_sub_dai()
54 list_for_each_entry(dai, &afe->sub_dais, list) { in mtk_afe_add_sub_dai_control()
66 list_for_each_entry(dai, &afe->sub_dais, list) { in mtk_afe_add_sub_dai_control()
/kernel/linux/linux-6.6/net/mac80211/
H A Dpm.c44 list_for_each_entry(sta, &local->sta_list, list) { in __ieee80211_suspend()
93 list_for_each_entry(sdata, &local->interfaces, list) { in __ieee80211_suspend()
124 &local->sta_list, list) { in __ieee80211_suspend()
150 list_for_each_entry(sdata, &local->interfaces, list) { in __ieee80211_suspend()
/third_party/ffmpeg/libavcodec/
H A Dmpegutils.h89 #define IS_DIR(a, part, list) ((a) & (MB_TYPE_P0L0 << ((part) + 2 * (list))))
92 #define USES_LIST(a, list) ((a) & ((MB_TYPE_P0L0 | MB_TYPE_P1L0) << (2 * (list))))
/third_party/icu/icu4c/source/i18n/
H A Dcpdtrans.h190 UVector& list,
196 CompoundTransliterator(UVector& list,
200 CompoundTransliterator(UVector& list,
210 void init(UVector& list,
216 * Return the IDs of the given list of transliterators, concatenated
/third_party/node/test/parallel/
H A Dtest-crypto-dh-stateless.js147 const list = [
155 list.push([{ group: 'modp5' }, { prime: group.getPrime(), generator: 5 }]);
157 list.push([{ primeLength: 1024 }, { primeLength: 1024 }]);
160 for (const [params1, params2] of list) {
/third_party/ntfs-3g/ntfsprogs/
H A Dlist.h2 * list.h - Linked list implementation. Part of the Linux-NTFS project.
26 * struct ntfs_list_head - Simple doubly linked list implementation.
56 * This is only for internal list manipulation where we know the prev/next
71 * @head: list head to add it after
85 * @head: list head to add it before
101 * Delete a list entry by making the prev/next entries point to each other.
103 * This is only for internal list manipulation where we know the prev/next
114 * ntfs_list_del - deletes entry from list.
115 * @entry: the element to delete from the list
149 ntfs_list_splice(struct ntfs_list_head *list, struct ntfs_list_head *head) ntfs_list_splice() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dcpdtrans.h190 UVector& list,
196 CompoundTransliterator(UVector& list,
200 CompoundTransliterator(UVector& list,
210 void init(UVector& list,
216 * Return the IDs of the given list of transliterators, concatenated
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_tst_16.h72 int SETGROUPS(size_t gidsetsize, GID_T *list) in SETGROUPS() argument
74 TST_CREATE_SYSCALL(setgroups, gidsetsize, list); in SETGROUPS()
77 int GETGROUPS(size_t gidsetsize, GID_T *list) in GETGROUPS() argument
79 TST_CREATE_SYSCALL(getgroups, gidsetsize, list); in GETGROUPS()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct_sqlite/
H A Dmain.c14 * list of child structs in JSON using lws_struct APIs.
20 lws_dll2_t list; /* not directly serialized */ member
33 * member in the struct (eg, the dll2 list member)
47 LSM_SCHEMA_DLL2 (teststruct_t, list, NULL, lsm_teststruct, "apitest")
119 /* add our struct to the dll2 owner list */ in main()
122 lws_dll2_add_head(&ts.list, &resown); in main()
166 teststruct_t, list); in main()
/third_party/node/deps/v8/src/heap/
H A Dmemory-measurement.h8 #include <list>
56 std::list<Request> received_;
57 std::list<Request> processing_;
58 std::list<Request> done_;
/third_party/pcre2/pcre2/maint/
H A DGenerateUcpTables.py65 # The list in bidi_classes contains just the Unicode classes such as AN, LRE,
111 utt_table += list(zip(std_category_names, category_names, ['PT_PC'] * len(category_names)))
112 utt_table += list(zip(std_general_category_names, general_category_names, ['PT_GC'] * len(general_category_names)))
113 utt_table += list(zip(std_bidi_class_names, bidi_class_names, ['PT_BIDICL'] * len(bidi_class_names)))
135 utt_table = list(set(utt_table))

Completed in 12 milliseconds

1...<<71727374757677787980>>...685