| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | refcounted_kptr_fail.c | 12 struct bpf_rb_node node; member
|
| H A D | local_kptr_stash.c | 14 struct bpf_rb_node node; member 25 struct node_data __kptr *node; member
|
| /kernel/liteos_a/fs/jffs2/src/ |
| H A D | jffs2_hash.c | 69 struct jffs2_inode *node = NULL; in Jffs2HashDump() local 87 struct jffs2_inode *node = NULL; in Jffs2HashGet() local 107 void Jffs2HashRemove(LosMux *lock, struct jffs2_inode *node) in Jffs2HashRemove() argument 114 Jffs2HashInsert(LosMux *lock, LOS_DL_LIST *heads, struct jffs2_inode *node, const uint32_t ino) Jffs2HashInsert() argument [all...] |
| /kernel/liteos_a/kernel/base/sched/ |
| H A D | los_sortlink.c | 75 VOID OsAdd2SortLink(SortLinkAttribute *head, SortLinkList *node, UINT64 responseTime, UINT16 idleCpu) in OsAdd2SortLink() argument 86 VOID OsDeleteFromSortLink(SortLinkAttribute *head, SortLinkList *node) in OsDeleteFromSortLink() argument 95 UINT32 OsSortLinkAdjustNodeResponseTime(SortLinkAttribute *head, SortLinkList *node, UINT64 responseTime) in OsSortLinkAdjustNodeResponseTime() argument [all...] |
| /kernel/liteos_m/components/lmk/ |
| H A D | los_lmk.h | 110 LOS_DL_LIST node; /**< LosLmkOpsNode node. */ member [all...] |
| /kernel/linux/linux-6.6/drivers/scsi/elx/efct/ |
| H A D | efct_io.c | 172 efct_io_find_tgt_io(struct efct *efct, struct efct_node *node, in efct_io_find_tgt_io() argument
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | bootmem_info.c | 105 int node = pgdat->node_id; in register_page_bootmem_info_node() local
|
| H A D | interval_tree.c | 28 void vma_interval_tree_insert_after(struct vm_area_struct *node, in vma_interval_tree_insert_after() argument 36 VM_BUG_ON_VMA(vma_start_pgoff(node) != vma_start_pgoff(prev), node); in vma_interval_tree_insert_after() local 75 void anon_vma_interval_tree_insert(struct anon_vma_chain *node, in anon_vma_interval_tree_insert() argument 85 anon_vma_interval_tree_remove(struct anon_vma_chain *node, struct rb_root_cached *root) anon_vma_interval_tree_remove() argument 99 anon_vma_interval_tree_iter_next(struct anon_vma_chain *node, unsigned long first, unsigned long last) anon_vma_interval_tree_iter_next() argument 106 anon_vma_interval_tree_verify(struct anon_vma_chain *node) anon_vma_interval_tree_verify() argument [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | cpumask.c | 59 bool alloc_cpumask_var_node(cpumask_var_t *mask, gfp_t flags, int node) in alloc_cpumask_var_node() argument 142 unsigned int cpumask_local_spread(unsigned int i, int node) in cpumask_local_spread() argument [all...] |
| /kernel/linux/linux-6.6/tools/include/linux/ |
| H A D | hashtable.h | 64 static inline bool hash_hashed(struct hlist_node *node) in hash_hashed() argument 93 static inline void hash_del(struct hlist_node *node) in hash_del() argument
|
| /kernel/linux/linux-6.6/sound/soc/intel/avs/ |
| H A D | path.h | 24 struct list_head node; member 35 struct list_head node; member 46 struct list_head node; member 58 struct list_head node; member
|
| /third_party/eudev/src/libudev/ |
| H A D | libudev-private.h | 88 struct udev_list_node node; member [all...] |
| /third_party/cJSON/tests/ |
| H A D | parse_object.c | 117 cJSON *node = NULL; in parse_object_should_parse_objects_with_multiple_elements() local
|
| /third_party/gn/src/gn/ |
| H A D | unique_vector.h | 69 void Insert(Node* node, size_t hash, size_t index) { in Insert() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | bytestrie.cpp | 74 int32_t node; in current() local 104 int32_t node=*pos; in branchNext() local 142 int32_t node=*pos; branchNext() local 153 int32_t node=*pos++; nextImpl() local 397 int32_t node=*pos++; global() local [all...] |
| H A D | bytestrieiterator.cpp | 134 int32_t node=*pos++; in next() local 198 int32_t node=*pos++; branchNext() local [all...] |
| H A D | ucharstrieiterator.cpp | 133 int32_t node=*pos++; in next() local 199 int32_t node=*pos++; branchNext() local [all...] |
| /third_party/libuv/src/ |
| H A D | heap-inl.h | 151 HEAP_EXPORT(void heap_remove(struct heap* heap, struct heap_node* node, heap_compare_fn less_than)) HEAP_EXPORT() argument [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_control_flow.h | 56 nir_cf_node_insert_after(nir_cf_node *node, nir_cf_node *after) in nir_cf_node_insert_after() argument 63 nir_cf_node_insert_before(nir_cf_node *node, nir_cf_node *before) in nir_cf_node_insert_before() argument 70 nir_cf_node_insert_begin(struct exec_list *list, nir_cf_node *node) nir_cf_node_insert_begin() argument 72 nir_cf_node_insert(nir_before_cf_list(list), node); nir_cf_node_insert_begin() local 77 nir_cf_node_insert_end(struct exec_list *list, nir_cf_node *node) nir_cf_node_insert_end() argument 79 nir_cf_node_insert(nir_after_cf_list(list), node); nir_cf_node_insert_end() local 168 nir_cf_node_remove(nir_cf_node *node) nir_cf_node_remove() argument [all...] |
| /third_party/node/src/api/ |
| H A D | async_resource.cc | 4 namespace node { namespace
|
| /third_party/node/src/ |
| H A D | connection_wrap.cc | 11 namespace node { namespace
|
| /third_party/node/src/crypto/ |
| H A D | crypto_aes.h | 12 namespace node { namespace
|
| H A D | crypto_clienthello.cc | 25 namespace node { namespace
|
| H A D | crypto_random.h | 13 namespace node { namespace
|
| H A D | crypto_spkac.cc | 9 namespace node { namespace
|