Home
last modified time | relevance | path

Searched refs:list (Results 2526 - 2550 of 16198) sorted by relevance

1...<<101102103104105106107108109110>>...648

/kernel/linux/linux-5.10/sound/usb/
H A Dmixer.c32 #include <linux/list.h>
584 int snd_usb_mixer_add_list(struct usb_mixer_elem_list *list, in snd_usb_mixer_add_list() argument
588 struct usb_mixer_interface *mixer = list->mixer; in snd_usb_mixer_add_list()
599 list->kctl = kctl; in snd_usb_mixer_add_list()
600 list->is_std_info = is_std_info; in snd_usb_mixer_add_list()
601 list->next_id_elem = mixer->id_elems[list->id]; in snd_usb_mixer_add_list()
602 mixer->id_elems[list->id] = list; in snd_usb_mixer_add_list()
2378 void *raw_desc, const struct procunit_info *list, in build_audio_procunit()
2377 build_audio_procunit(struct mixer_build *state, int unitid, void *raw_desc, const struct procunit_info *list, bool extension_unit) build_audio_procunit() argument
3255 struct usb_mixer_elem_list *list; snd_usb_mixer_notify_id() local
3272 snd_usb_mixer_dump_cval(struct snd_info_buffer *buffer, struct usb_mixer_elem_list *list) snd_usb_mixer_dump_cval() argument
3300 struct usb_mixer_elem_list *list; snd_usb_mixer_proc_read() local
3327 struct usb_mixer_elem_list *list; snd_usb_mixer_interrupt_v2() local
3637 restore_mixer_value(struct usb_mixer_elem_list *list) restore_mixer_value() argument
3672 struct usb_mixer_elem_list *list; snd_usb_mixer_resume() local
3694 snd_usb_mixer_elem_init_std(struct usb_mixer_elem_list *list, struct usb_mixer_interface *mixer, int unitid) snd_usb_mixer_elem_init_std() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ppp/
H A Dppp_generic.c26 #include <linux/list.h>
118 struct list_head channels; /* list of attached channels 4c */
172 struct list_head list; /* link in all/new_channels list */ member
179 struct list_head clist; /* link in list of channels per unit */
199 * list and the ppp.n_channels field, you need to take both locks
1126 LIST_HEAD(list); in ppp_exit_net()
1132 unregister_netdevice_queue(dev, &list); in ppp_exit_net()
1138 unregister_netdevice_queue(ppp->dev, &list); in ppp_exit_net()
1140 unregister_netdevice_many(&list); in ppp_exit_net()
1861 struct list_head *list; ppp_push() local
1925 struct list_head *list; ppp_mp_explode() local
2693 struct sk_buff_head *list = &ppp->mrq; ppp_mp_insert() local
2716 struct sk_buff_head *list = &ppp->mrq; ppp_mp_reconstruct() local
3203 struct list_head list; global() member
[all...]
/foundation/arkui/ace_engine/test/unittest/adapter/ohos/capability/
H A Dhtml_convert_test.cpp54 bool IsSpanItemSame(std::list<RefPtr<NG::SpanItem>> src, std::list<RefPtr<NG::SpanItem>> other);
116 bool HtmlConvertTestNg::IsSpanItemSame(std::list<RefPtr<NG::SpanItem>> src, std::list<RefPtr<NG::SpanItem>> other) in IsSpanItemSame()
312 std::list<RefPtr<NG::SpanItem>> spans = dstSpan->GetSpanItems(); in HWTEST_F()
327 std::list<RefPtr<NG::SpanItem>> spans = dstSpan->GetSpanItems(); in HWTEST_F()
388 std::list<RefPtr<NG::SpanItem>> spans = dstSpan->GetSpanItems(); in HWTEST_F()
414 std::list<RefPtr<NG::SpanItem>> spans = dstSpan->GetSpanItems(); in HWTEST_F()
/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dhls_tags.cpp337 static void ParseTag(std::list<std::shared_ptr<Tag>>& entriesList, std::shared_ptr<Tag>& lastTag, std::string& line) in ParseTag()
358 static void ParseURI(std::list<std::shared_ptr<Tag>>& entriesList, in ParseURI()
377 std::list<std::shared_ptr<Tag>> ParseEntries(std::string& s) in ParseEntries()
379 std::list<std::shared_ptr<Tag>> list; in ParseEntries() local
387 ParseTag(list, lastTag, line); in ParseEntries()
390 ParseURI(list, lastTag, line); in ParseEntries()
396 return list; in ParseEntries()
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dhls_tags.cpp344 static void ParseTag(std::list<std::shared_ptr<Tag>>& entriesList, std::shared_ptr<Tag>& lastTag, std::string& line) in ParseTag()
365 static void ParseURI(std::list<std::shared_ptr<Tag>>& entriesList, in ParseURI()
384 std::list<std::shared_ptr<Tag>> ParseEntries(const std::string& s) in ParseEntries()
386 std::list<std::shared_ptr<Tag>> list; in ParseEntries() local
401 ParseTag(list, lastTag, line); in ParseEntries()
404 ParseURI(list, lastTag, line); in ParseEntries()
410 return list; in ParseEntries()
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_reliability.c52 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneDetectList.list, LaneDetectInfo, node) { in GetSameLaneDetectInfo()
62 ListTailInsert(&g_laneDetectList.list, &infoItem->node); in GetSameLaneDetectInfo()
111 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneDetectList.list, LaneDetectInfo, node) { in DelLaneDetectInfo()
127 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneDetectList.list, LaneDetectInfo, node) { in GetLaneDetectInfoByWlanFd()
202 ListTailInsert(&g_laneDetectList.list, &infoItem->node); in WlanDetectReliability()
238 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneDetectList.list, LaneDetectInfo, node) { in GetAllDetectInfoWithDetectId()
369 ListInit(&g_laneDetectList.list); in InitLaneReliability()
381 LIST_FOR_EACH_ENTRY_SAFE(item, next, &g_laneDetectList.list, LaneDetectInfo, node) { in DeinitLaneReliability()
/foundation/deviceprofile/device_info_manager/old/tools/dp/src/
H A Ddp_command.cpp21 #include <list>
47 "These are common dp commands list:\n"
48 " help list available commands\n"
49 " getDevice list all devices\n"
57 "options list:\n"
58 " -h, --help list available commands\n"
63 "options list:\n"
64 " -h, --help list available commands\n"
69 "options list:\n"
70 " -h, --help list availabl
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ids.c217 list_for_each_entry((*idle), &id_mgr->ids_lru, list) { in amdgpu_vmid_grab_idle()
229 if (&(*idle)->list == &id_mgr->ids_lru) { in amdgpu_vmid_grab_idle()
355 list_for_each_entry_reverse((*id), &id_mgr->ids_lru, list) { in amdgpu_vmid_grab_used()
450 list_move_tail(&id->list, &id_mgr->ids_lru); in amdgpu_vmid_grab()
489 idle = list_first_entry(&id_mgr->ids_lru, struct amdgpu_vmid, list); in amdgpu_vmid_alloc_reserved()
490 list_del_init(&idle->list); in amdgpu_vmid_alloc_reserved()
508 list_add(&vm->reserved_vmid[vmhub]->list, in amdgpu_vmid_free_reserved()
587 list_add_tail(&id_mgr->ids[j].list, &id_mgr->ids_lru); in amdgpu_vmid_mgr_init()
/kernel/linux/linux-5.10/drivers/acpi/
H A Ddevice_sysfs.c88 struct list_head *list = &data->subnodes; in acpi_expose_nondev_subnodes() local
91 if (list_empty(list)) in acpi_expose_nondev_subnodes()
94 list_for_each_entry(dn, list, sibling) { in acpi_expose_nondev_subnodes()
109 struct list_head *list = &data->subnodes; in acpi_hide_nondev_subnodes() local
112 if (list_empty(list)) in acpi_hide_nondev_subnodes()
115 list_for_each_entry_reverse(dn, list, sibling) { in acpi_hide_nondev_subnodes()
148 * device's list. in create_pnp_modalias()
151 list_for_each_entry(id, &acpi_dev->pnp.ids, list) in create_pnp_modalias()
164 list_for_each_entry(id, &acpi_dev->pnp.ids, list) { in create_pnp_modalias()
189 * only be called for devices having ACPI_DT_NAMESPACE_HID in their list o
[all...]
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dkmmio.c11 #include <linux/list.h>
35 struct list_head list; member
101 list_for_each_entry_rcu(p, &kmmio_probes, list) { in get_kmmio_probe()
120 list_for_each_entry_rcu(f, head, list) { in get_kmmio_fault_page()
399 list_add_rcu(&f->list, kmmio_page_list(f->addr)); in add_kmmio_fault_page()
456 list_add_rcu(&p->list, &kmmio_probes); in register_kmmio_probe()
500 list_del_rcu(&f->list); in remove_kmmio_fault_pages()
548 list_del_rcu(&p->list); in unregister_kmmio_probe()
567 * pages are collected into a list, and they will be removed from in unregister_kmmio_probe()
/kernel/linux/build/test/unittest/accesstokenid/
H A Daccesstokenid_test.cpp530 gid_t list[1] = {ACCESS_TOKEN_OTHER_GRPID}; in HWTEST_F() local
533 ret = setgroups(size, list); in HWTEST_F()
560 gid_t list[1] = {ACCESS_TOKEN_OTHER_GRPID}; in HWTEST_F() local
563 ret = setgroups(size, list); in HWTEST_F()
590 gid_t list[2] = {ACCESS_TOKEN_OTHER_GRPID, ACCESS_TOKEN_GRPID}; in HWTEST_F() local
593 ret = setgroups(size, list); in HWTEST_F()
620 gid_t list[2] = {ACCESS_TOKEN_OTHER_GRPID, ACCESS_TOKEN_GRPID}; in HWTEST_F() local
623 ret = setgroups(size, list); in HWTEST_F()
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_movem.S13 * notice, this list of conditions and the following disclaimer in the
46 | %d1 contains the mask and count of the register list
51 | get register list and count them
54 bfextu %d2{#24,#8},%d0 | static register list
56 1: bfextu %d2{#25,#3},%d0 | dynamic register list
62 2: lsr.b #1,%d0 | register list and keep it in %d1
132 swap %d1 | get fpu register list
205 | get register list and count them
319 swap %d1 | get fpu register list
/kernel/linux/linux-5.10/block/
H A Dblk-mq-sched.c178 * Sort the requests in the list according to their hctx, in __blk_mq_do_dispatch_sched()
290 * If we have previous entries on our dispatch list, grab them first for in __blk_mq_sched_dispatch_requests()
302 * requests from the dispatch list. This is to avoid the case where in __blk_mq_sched_dispatch_requests()
310 * on the dispatch list or we were able to dispatch from the in __blk_mq_sched_dispatch_requests()
311 * dispatch list. in __blk_mq_sched_dispatch_requests()
465 LIST_HEAD(list); in blk_mq_sched_insert_request()
467 list_add(&rq->queuelist, &list); in blk_mq_sched_insert_request()
468 e->type->ops.insert_requests(hctx, &list, at_head); in blk_mq_sched_insert_request()
482 struct list_head *list, bool run_queue_async) in blk_mq_sched_insert_requests()
496 e->type->ops.insert_requests(hctx, list, fals in blk_mq_sched_insert_requests()
480 blk_mq_sched_insert_requests(struct blk_mq_hw_ctx *hctx, struct blk_mq_ctx *ctx, struct list_head *list, bool run_queue_async) blk_mq_sched_insert_requests() argument
[all...]
/kernel/linux/linux-5.10/drivers/char/
H A Dapm-emulation.c29 #include <linux/list.h>
104 struct list_head list; member
128 * This is a list of everyone who has opened /dev/apm_bios
195 list_for_each_entry(as, &apm_user_list, list) { in queue_event()
334 list_del(&as->list); in apm_release()
371 list_add(&as->list, &apm_user_list); in apm_open()
533 list_for_each_entry(as, &apm_user_list, list) { in apm_suspend_notifier()
570 list_for_each_entry(as, &apm_user_list, list) { in apm_suspend_notifier()
603 list_for_each_entry(as, &apm_user_list, list) { in apm_suspend_notifier()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Dcq.c19 * copyright notice, this list of conditions and the following
23 * copyright notice, this list of conditions and the following
66 list_splice_tail_init(&ctx->list, &ctx->process_list); in mlx4_cq_tasklet_cb()
69 list_for_each_entry_safe(mcq, temp, &ctx->process_list, tasklet_ctx.list) { in mlx4_cq_tasklet_cb()
70 list_del_init(&mcq->tasklet_ctx.list); in mlx4_cq_tasklet_cb()
94 if (list_empty_careful(&cq->tasklet_ctx.list)) { in mlx4_add_cq_to_tasklet()
96 kick = list_empty(&tasklet_ctx->list); in mlx4_add_cq_to_tasklet()
97 list_add_tail(&cq->tasklet_ctx.list, &tasklet_ctx->list); in mlx4_add_cq_to_tasklet()
301 /* Populate a list o in mlx4_init_user_cqes()
[all...]
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_movem.S13 * notice, this list of conditions and the following disclaimer in the
46 | %d1 contains the mask and count of the register list
51 | get register list and count them
54 bfextu %d2{#24,#8},%d0 | static register list
56 1: bfextu %d2{#25,#3},%d0 | dynamic register list
62 2: lsr.b #1,%d0 | register list and keep it in %d1
132 swap %d1 | get fpu register list
205 | get register list and count them
319 swap %d1 | get fpu register list
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-historical-service-time.c55 struct list_head list; member
221 list_for_each_entry_safe(pi, next, paths, list) { in free_paths()
222 list_del(&pi->list); in free_paths()
309 list_add_tail(&pi->list, &s->valid_paths); in hst_add_path()
323 list_move(&pi->list, &s->failed_paths); in hst_fail_path()
335 list_move_tail(&pi->list, &s->valid_paths); in hst_reinstate_path()
440 list_for_each_entry(pi, &s->valid_paths, list) { in hst_select_path()
449 list_move_tail(&best->list, &s->valid_paths); in hst_select_path()
/kernel/linux/linux-5.10/drivers/media/pci/tw686x/
H A Dtw686x-audio.c55 struct tw686x_audio_buf, list); in tw686x_audio_irq()
56 list_move_tail(&next->list, &ac->buf_list); in tw686x_audio_irq()
183 INIT_LIST_HEAD(&ac->buf[i].list); in tw686x_pcm_prepare()
184 list_add_tail(&ac->buf[i].list, &ac->buf_list); in tw686x_pcm_prepare()
187 p_buf = list_first_entry(&ac->buf_list, struct tw686x_audio_buf, list); in tw686x_pcm_prepare()
188 list_move_tail(&p_buf->list, &ac->buf_list); in tw686x_pcm_prepare()
190 b_buf = list_first_entry(&ac->buf_list, struct tw686x_audio_buf, list); in tw686x_pcm_prepare()
191 list_move_tail(&b_buf->list, &ac->buf_list); in tw686x_pcm_prepare()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c49 * struct nfp_fl_lag_group - list entry for each LAG group
52 * @list: List entry
63 struct list_head list; member
136 list_add_tail(&group->list, &lag->group_list); in nfp_fl_lag_group_create()
150 list_for_each_entry(entry, &lag->group_list, list) in nfp_fl_lag_find_group_for_master_with_lag()
278 list_for_each_entry_safe(entry, storage, &lag->group_list, list) { in nfp_fl_lag_do_work()
303 list_del(&entry->list); in nfp_fl_lag_do_work()
428 * unprocessed messages list. in nfp_flower_lag_unprocessed_msg()
453 list) in nfp_flower_lag_unprocessed_msg()
686 list_for_each_entry_safe(entry, storage, &lag->group_list, list) { in nfp_flower_lag_cleanup()
[all...]
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/core/
H A Drtw_sta_mgt.c18 INIT_LIST_HEAD(&psta->list); in _rtw_init_stainfo()
83 list_add_tail(&psta->list, get_list_head(&pstapriv->free_sta_queue)); in _rtw_init_sta_priv()
136 psta = LIST_CONTAINOR(plist, struct sta_info, list); in kfree_all_stainfo()
207 psta = LIST_CONTAINOR(get_next(&pfree_sta_queue->queue), struct sta_info, list); in rtw_alloc_stainfo()
209 list_del_init(&(psta->list)); in rtw_alloc_stainfo()
422 list_del_init(&(prframe->u.hdr.list)); in rtw_free_stainfo()
472 list_add_tail(&psta->list, get_list_head(pfree_sta_queue)); in rtw_free_stainfo()
511 /* any station allocated can be searched by hash list */
599 paclnode = LIST_CONTAINOR(plist, struct rtw_wlan_acl_node, list); in rtw_access_ctrl()
611 if (pacl_list->mode == 1) /* accept unless in deny list */ in rtw_access_ctrl()
[all...]
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-pcm.c51 unsigned int count, list[SND_OXFW_STREAM_FORMAT_ENTRIES] = {0}; in hw_rule_channels() local
63 if (list[count] == formation.pcm) in hw_rule_channels()
66 for (j = 0; j < ARRAY_SIZE(list); j++) { in hw_rule_channels()
67 if (list[j] == formation.pcm) in hw_rule_channels()
70 if (j == ARRAY_SIZE(list)) { in hw_rule_channels()
71 list[count] = formation.pcm; in hw_rule_channels()
72 if (++count == ARRAY_SIZE(list)) in hw_rule_channels()
77 return snd_interval_list(c, count, list, 0); in hw_rule_channels()
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
H A Dconf_space.c179 list_for_each_entry(cfg_entry, &dev_data->config_fields, list) { in xen_pcibk_config_read()
219 list_for_each_entry(cfg_entry, &dev_data->config_fields, list) { in xen_pcibk_config_write()
252 * they have entries in the config_field list that intercept in xen_pcibk_config_write()
277 "mailing list along with details of your " in xen_pcibk_config_write()
340 list_for_each_entry_safe(cfg_entry, t, &dev_data->config_fields, list) { in xen_pcibk_config_free_dyn_fields()
348 list_del(&cfg_entry->list); in xen_pcibk_config_free_dyn_fields()
365 list_for_each_entry(cfg_entry, &dev_data->config_fields, list) { in xen_pcibk_config_reset_dev()
383 list_for_each_entry_safe(cfg_entry, t, &dev_data->config_fields, list) { in xen_pcibk_config_free_dev()
384 list_del(&cfg_entry->list); in xen_pcibk_config_free_dev()
432 list_add_tail(&cfg_entry->list, in xen_pcibk_config_add_field_offset()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dlzo.c61 struct list_head list; member
68 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_free_workspace()
90 INIT_LIST_HEAD(&workspace->list); in lzo_alloc_workspace()
92 return &workspace->list; in lzo_alloc_workspace()
94 lzo_free_workspace(&workspace->list); in lzo_alloc_workspace()
118 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_compress_pages()
284 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_decompress_bio()
427 struct workspace *workspace = list_entry(ws, struct workspace, list); in lzo_decompress()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_probe.h242 struct list_head list; member
251 struct list_head list; member
304 return list_first_entry_or_null(&tpe->probes, struct trace_probe, list); in trace_probe_primary_from_call()
314 struct list_head *list = trace_probe_probe_list(tp); in trace_probe_has_sibling() local
316 return !list_empty(list) && !list_is_singular(list); in trace_probe_has_sibling()
346 list_for_each_entry(pos, &(tp)->event->files, list)
348 list_for_each_entry_rcu(pos, &(tp)->event->files, list)
/kernel/linux/linux-5.10/fs/pstore/
H A Dinode.c15 #include <linux/list.h>
38 struct list_head list; member
191 if (!list_empty(&p->list)) in pstore_unlink()
192 list_del_init(&p->list); in pstore_unlink()
321 list_for_each_entry_safe(pos, tmp, &records_list, list) { in pstore_put_backend_records()
323 list_del_init(&pos->list); in pstore_put_backend_records()
356 list_for_each_entry(pos, &records_list, list) { in pstore_mkfile()
392 list_add(&private->list, &records_list); in pstore_mkfile()

Completed in 26 milliseconds

1...<<101102103104105106107108109110>>...648