/kernel/linux/linux-6.6/net/rds/ |
H A D | connection.c | 15 * copyright notice, this list of conditions and the following 19 * copyright notice, this list of conditions and the following 34 #include <linux/list.h> 540 struct list_head *list; in rds_conn_message_info_cmn() local 570 list = &cp->cp_send_queue; in rds_conn_message_info_cmn() 572 list = &cp->cp_retrans; in rds_conn_message_info_cmn() 577 list_for_each_entry(rm, list, m_conn_item) { in rds_conn_message_info_cmn()
|
/kernel/linux/linux-6.6/sound/soc/intel/boards/ |
H A D | kbl_da7219_max98927.c | 456 .list = rates, 466 .list = channels, 476 .list = channels_quad, 548 .list = rates_16000, 556 .list = ch_mono,
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | init.c | 29 struct list_head list; /* link of monitor files */ member 512 list_for_each_entry(mfile, &card->files_list, list) { in snd_card_disconnect() 1027 * This function adds the component id string to the supported list. 1055 * snd_card_file_add - add the file to the file list of the card 1059 * This function adds the file to the file linked-list of the card. 1060 * This linked-list is used to keep tracking the connection state, 1081 list_add(&mfile->list, &card->files_list); in snd_card_file_add() 1089 * snd_card_file_remove - remove the file from the file list 1106 list_for_each_entry(mfile, &card->files_list, list) { in snd_card_file_remove() 1108 list_del(&mfile->list); in snd_card_file_remove() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | xsk.c | 25 #include <linux/list.h> 75 struct list_head list; member 464 list_for_each_entry(ctx, &umem->ctx_list, list) { in xsk_get_ctx() 496 list_del(&ctx->list); in xsk_put_ctx() 532 list_add(&ctx->list, &umem->ctx_list); in xsk_create_ctx()
|
/kernel/liteos_a/kernel/base/core/ |
H A D | los_swtmr.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 LITE_OS_SEC_BSS LOS_DL_LIST g_swtmrFreeList; /* Free list of Software Timer */ 362 /* The linked list of all cores must be initialized at core 0 startup for load balancing */ in SwtmrBaseInit() 524 /* insert to free list */ in SwtmrDelete() 567 LOS_DL_LIST *list = listObject->pstNext; in SwtmrRunqueueFind() local 570 while (list != listObject) { in SwtmrRunqueueFind() 571 SortLinkList *listSorted = LOS_DL_LIST_ENTRY(list, SortLinkList, sortLinkNode); in SwtmrRunqueueFind() 576 list = list in SwtmrRunqueueFind() [all...] |
/kernel/linux/linux-6.6/net/caif/ |
H A D | caif_socket.c | 16 #include <linux/list.h> 123 struct sk_buff_head *list = &sk->sk_receive_queue; in caif_queue_rcv_skb() local 147 spin_lock_irqsave(&list->lock, flags); in caif_queue_rcv_skb() 150 __skb_queue_tail(list, skb); in caif_queue_rcv_skb() 151 spin_unlock_irqrestore(&list->lock, flags); in caif_queue_rcv_skb()
|
/kernel/linux/linux-6.6/net/devlink/ |
H A D | dpipe.c | 228 struct devlink_dpipe_table, list); in devlink_dpipe_tables_fill() 249 list_for_each_entry_from(table, dpipe_tables, list) { in devlink_dpipe_tables_fill() 457 list_for_each_entry_rcu(table, dpipe_tables, list, in devlink_dpipe_table_find() 865 list_add_tail_rcu(&table->list, &devlink->dpipe_table_list); in devl_dpipe_table_register() 888 list_del_rcu(&table->list); in devl_dpipe_table_unregister()
|
/third_party/icu/icu4c/source/common/ |
H A D | normalizer2impl.h | 628 return getMapping(norm16); // for yesYes; if Jamo L: harmless empty list in getCompositionsListForDecompYes() 634 // A composite has both mapping & compositions list. in getCompositionsListForComposite() 635 const uint16_t *list=getMapping(norm16); in getCompositionsListForComposite() local 636 return list+ // mapping pointer in getCompositionsListForComposite() 638 (*list&MAPPING_LENGTH_MASK); // + mapping length in getCompositionsListForComposite() 646 * @return compositions list pointer 671 static int32_t combine(const uint16_t *list, UChar32 trail); 672 void addComposites(const uint16_t *list, UnicodeSet &set) const; 922 * so that a range check can be used to find out if there is a compositions list.
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | PerfTest.java | 378 UOption.DEF("list", (char) -1, UOption.NO_ARG), }; in getOptions() 462 * @return the method list to call 555 // build the test list in parseOptions() 570 // if no tests were specified, put all the tests in the test list in parseOptions() 788 ArrayList list = new ArrayList(); in readLines() 799 list.add(line); in readLines() 802 int size = list.size(); in readLines() 809 buffer.append((String) list.get(i)); in readLines() 818 lines[i] = (String) list.get(i); in readLines()
|
/third_party/libdrm/nouveau/ |
H A D | pushbuf.c | 56 struct nouveau_pushbuf_krec *list; member 121 * scan the buffer list for VRAM|GART buffers and turn them into in pushbuf_kref_fits() 314 struct nouveau_pushbuf_krec *krec = nvpb->list; in pushbuf_submit() 575 nvpb->list = nvpb->krec; in nouveau_pushbuf_new() 616 while ((krec = nvpb->list)) { in nouveau_pushbuf_del() 624 nvpb->list = krec->next; in nouveau_pushbuf_del()
|
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec_h265.c | 83 struct list_head list; member 657 LIST_FOR_EACH_ENTRY(entry, &priv->codec_data.h265.dpb_list, list) { in vid_dec_h265_Flush() 674 list_del(&result->list); in vid_dec_h265_Flush() 710 LIST_FOR_EACH_ENTRY(entry, &priv->codec_data.h265.dpb_list, list) { in vid_dec_h265_EndFrame() 731 /* add the decoded picture to the dpb list */ in vid_dec_h265_EndFrame() 741 list_addtail(&entry->list, &priv->codec_data.h265.dpb_list); in vid_dec_h265_EndFrame()
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_cs.c | 40 The adding is skipped if the reloc is already present in the list, but it 245 /* Hash collision, look for the BO in the list of relocs linearly. */ in radeon_lookup_buffer() 248 /* Put this reloc in the hash list. in radeon_lookup_buffer() 252 * Example: Assuming buffers A,B,C collide in the hash list, in radeon_lookup_buffer() 275 /* For async DMA, every add_buffer call must add a buffer to the list in radeon_lookup_or_add_real_buffer() 278 * but always uses the i-th buffer from the list to patch the i-th in radeon_lookup_or_add_real_buffer() 280 * buffers in the relocation list. in radeon_lookup_or_add_real_buffer() 473 struct radeon_bo_list_item *list) in radeon_drm_cs_get_buffer_list() 478 if (list) { in radeon_drm_cs_get_buffer_list() 480 list[ in radeon_drm_cs_get_buffer_list() 472 radeon_drm_cs_get_buffer_list(struct radeon_cmdbuf *rcs, struct radeon_bo_list_item *list) radeon_drm_cs_get_buffer_list() argument [all...] |
/third_party/node/deps/v8/tools/testrunner/ |
H A D | base_runner.py | 381 choices=list(PROGRESS_INDICATORS.keys()), default="mono", 538 options.extra_flags = sum(list(map(shlex.split, options.extra_flags)), []) 620 # Expand arguments with grouped tests. The args should reflect the list 625 return reduce(list.__add__, list(map(expand_test_group, args)), []) 788 procs = list([_f for _f in procs if _f])
|
/third_party/node/src/ |
H A D | spawn_sync.cc | 1022 char** list; in CopyJsStringArray() local 1034 list_size = (length + 1) * sizeof *list; in CopyJsStringArray() 1063 list = reinterpret_cast<char**>(buffer); in CopyJsStringArray() 1067 list[i] = buffer + data_offset; in CopyJsStringArray() 1078 list[length] = nullptr; in CopyJsStringArray()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | normalizer2impl.h | 628 return getMapping(norm16); // for yesYes; if Jamo L: harmless empty list in getCompositionsListForDecompYes() 634 // A composite has both mapping & compositions list. in getCompositionsListForComposite() 635 const uint16_t *list=getMapping(norm16); in getCompositionsListForComposite() local 636 return list+ // mapping pointer in getCompositionsListForComposite() 638 (*list&MAPPING_LENGTH_MASK); // + mapping length in getCompositionsListForComposite() 646 * @return compositions list pointer 671 static int32_t combine(const uint16_t *list, UChar32 trail); 672 void addComposites(const uint16_t *list, UnicodeSet &set) const; 923 * so that a range check can be used to find out if there is a compositions list.
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | basetexture9.c | 90 list_inithead(&This->list); in NineBaseTexture9_ctor() 106 if (list_is_linked(&This->list)) in NineBaseTexture9_dtor() 107 list_del(&This->list); in NineBaseTexture9_dtor() 126 if (This->managed.lod != old && This->bind_count && list_is_empty(&This->list)) in NineBaseTexture9_SetLOD() 127 list_add(&This->list, &This->base.base.device->update_textures); in NineBaseTexture9_SetLOD()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | opt.c | 463 /* Look through a list of name/value pairs. */ 479 /* Look through a list of valid names */ 858 /* Look at current arg; at end of the list? */ in opt_next() 1117 void opt_help(const OPTIONS *list) in opt_help() argument 1125 standard_prolog = list[0].name != OPT_HELP_STR; in opt_help() 1128 for (o = list; o->name; o++) { in opt_help() 1141 if (list[0].name != OPT_SECTION_STR) in opt_help() 1146 for (o = list; o->name; o++) { in opt_help()
|
/third_party/python/Lib/test/ |
H A D | test_call.py | 28 expected = list(od.items()) 35 self.assertEqual(list(res.items()), expected) 97 msg = r"^list[.]index\(\) takes no keyword arguments$" 589 self.assertTrue(type(list.append).__flags__ & Py_TPFLAGS_METHOD_DESCRIPTOR) 590 self.assertTrue(type(list.__add__).__flags__ & Py_TPFLAGS_METHOD_DESCRIPTOR) 633 # A list of (function, args, kwargs, result) calls to test 635 (list.append, ([], 0), {}, None),
|
/third_party/openssl/apps/lib/ |
H A D | opt.c | 463 /* Look through a list of name/value pairs. */ 479 /* Look through a list of valid names */ 853 /* Look at current arg; at end of the list? */ in opt_next() 1112 void opt_help(const OPTIONS *list) in opt_help() argument 1120 standard_prolog = list[0].name != OPT_HELP_STR; in opt_help() 1123 for (o = list; o->name; o++) { in opt_help() 1136 if (list[0].name != OPT_SECTION_STR) in opt_help() 1141 for (o = list; o->name; o++) { in opt_help()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | normalizer2impl.h | 628 return getMapping(norm16); // for yesYes; if Jamo L: harmless empty list in getCompositionsListForDecompYes() 634 // A composite has both mapping & compositions list. in getCompositionsListForComposite() 635 const uint16_t *list=getMapping(norm16); in getCompositionsListForComposite() local 636 return list+ // mapping pointer in getCompositionsListForComposite() 638 (*list&MAPPING_LENGTH_MASK); // + mapping length in getCompositionsListForComposite() 646 * @return compositions list pointer 671 static int32_t combine(const uint16_t *list, UChar32 trail); 672 void addComposites(const uint16_t *list, UnicodeSet &set) const; 922 * so that a range check can be used to find out if there is a compositions list.
|
/third_party/python/Lib/ |
H A D | pprint.py | 229 self._format(list(object.items()), stream, 242 _dispatch[list.__repr__] = _pprint_list 291 # A list of alternating (non-space, space) strings 595 if (issubclass(typ, list) and r is list.__repr__) or \ 597 if issubclass(typ, list):
|
H A D | threading.py | 862 *args* is a list or tuple of arguments for the target invocation. Defaults to (). 1472 The returned count is equal to the length of the list returned by 1492 return list(_active.values()) + list(_limbo.values()) 1495 """Return a list of all Thread objects currently alive. 1497 The list includes daemonic threads, dummy thread objects created by 1503 return list(_active.values()) + list(_limbo.values()) 1575 locks = list(_shutdown_locks)
|
/third_party/rust/crates/syn/src/ |
H A D | punctuated.rs | 419 let mut list = f.debug_list(); in fmt() variables 421 list.entry(t); in fmt() 422 list.entry(p); in fmt() 425 list.entry(last); in fmt() 427 list.finish() in fmt()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 631 struct sk_buff_head *list) in ath10k_htt_rx_pop_paddr32_list() 651 __skb_queue_purge(list); in ath10k_htt_rx_pop_paddr32_list() 659 __skb_queue_purge(list); in ath10k_htt_rx_pop_paddr32_list() 662 __skb_queue_tail(list, msdu); in ath10k_htt_rx_pop_paddr32_list() 667 __skb_queue_tail(list, msdu); in ath10k_htt_rx_pop_paddr32_list() 693 struct sk_buff_head *list) in ath10k_htt_rx_pop_paddr64_list() 712 __skb_queue_purge(list); in ath10k_htt_rx_pop_paddr64_list() 720 __skb_queue_purge(list); in ath10k_htt_rx_pop_paddr64_list() 723 __skb_queue_tail(list, msdu); in ath10k_htt_rx_pop_paddr64_list() 728 __skb_queue_tail(list, msd in ath10k_htt_rx_pop_paddr64_list() 629 ath10k_htt_rx_pop_paddr32_list(struct ath10k_htt *htt, struct htt_rx_in_ord_ind *ev, struct sk_buff_head *list) ath10k_htt_rx_pop_paddr32_list() argument 691 ath10k_htt_rx_pop_paddr64_list(struct ath10k_htt *htt, struct htt_rx_in_ord_ind *ev, struct sk_buff_head *list) ath10k_htt_rx_pop_paddr64_list() argument 3033 ath10k_htt_rx_extract_amsdu(struct sk_buff_head *list, struct sk_buff_head *amsdu) ath10k_htt_rx_extract_amsdu() argument 3084 ath10k_htt_rx_h_rx_offload(struct ath10k *ar, struct sk_buff_head *list) ath10k_htt_rx_h_rx_offload() argument 3139 struct sk_buff_head list; ath10k_htt_rx_in_ord_ind() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htt_rx.c | 652 struct sk_buff_head *list) in ath10k_htt_rx_pop_paddr32_list() 674 __skb_queue_purge(list); in ath10k_htt_rx_pop_paddr32_list() 682 __skb_queue_purge(list); in ath10k_htt_rx_pop_paddr32_list() 685 __skb_queue_tail(list, msdu); in ath10k_htt_rx_pop_paddr32_list() 690 __skb_queue_tail(list, msdu); in ath10k_htt_rx_pop_paddr32_list() 717 struct sk_buff_head *list) in ath10k_htt_rx_pop_paddr64_list() 738 __skb_queue_purge(list); in ath10k_htt_rx_pop_paddr64_list() 746 __skb_queue_purge(list); in ath10k_htt_rx_pop_paddr64_list() 749 __skb_queue_tail(list, msdu); in ath10k_htt_rx_pop_paddr64_list() 754 __skb_queue_tail(list, msd in ath10k_htt_rx_pop_paddr64_list() 650 ath10k_htt_rx_pop_paddr32_list(struct ath10k_htt *htt, struct htt_rx_in_ord_ind *ev, struct sk_buff_head *list) ath10k_htt_rx_pop_paddr32_list() argument 715 ath10k_htt_rx_pop_paddr64_list(struct ath10k_htt *htt, struct htt_rx_in_ord_ind *ev, struct sk_buff_head *list) ath10k_htt_rx_pop_paddr64_list() argument 3148 ath10k_htt_rx_extract_amsdu(struct ath10k_hw_params *hw, struct sk_buff_head *list, struct sk_buff_head *amsdu) ath10k_htt_rx_extract_amsdu() argument 3208 ath10k_htt_rx_h_rx_offload(struct ath10k *ar, struct sk_buff_head *list) ath10k_htt_rx_h_rx_offload() argument 3263 struct sk_buff_head list; ath10k_htt_rx_in_ord_ind() local [all...] |