/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | symbol-elf.c | 2845 * @head : empty list_head 2851 int get_sdt_note_list(struct list_head *head, const char *target) in get_sdt_note_list() argument 2865 ret = construct_sdt_notes_list(elf, head); in get_sdt_note_list()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_join.sh | 546 head --bytes="$bytes" "$in" > "$tmpfile" 548 head --bytes="$bytes" "$out" > "$tmpfile"
|
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_conn.c | 2554 struct list_head *head = &hdev->conn_hash.list; in hci_conn_hash_flush() local 2563 while ((conn = list_first_entry_or_null(head, in hci_conn_hash_flush()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_conntrack_core.c | 1362 struct hlist_nulls_head *head) in early_drop_list() 1369 hlist_nulls_for_each_entry_rcu(h, n, head, hnnode) { in early_drop_list() 2521 * Mishearing the voices in his head, our hero wonders how he's 1361 early_drop_list(struct net *net, struct hlist_nulls_head *head) early_drop_list() argument
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | link.c | 120 * @reasm_buf: head of partially reassembled inbound message fragments 2579 u16 head = hskb ? msg_seqno(buf_msg(hskb)) : l->snd_nxt - 1; in link_print() local 2584 skb_queue_len(&l->transmq), head, tail, in link_print()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttgload.c | 1588 for ( cur = list->head; cur; cur = cur->next ) in ft_list_get_node_at() 2765 loader->composites.head = NULL; in tt_loader_init() 2962 /* the `flags' field in the `head' table -- at least major */ in FT_LOCAL_DEF()
|
/third_party/selinux/libsepol/src/ |
H A D | write.c | 1626 for (c = genfs->head; c; c = c->next) in genfs_write() 1632 for (c = genfs->head; c; c = c->next) { in genfs_write()
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 1977 * head's topmost loop entry is not in current DFS path, in update_loop_entry() 2016 struct bpf_verifier_stack_elem *elem, *head = env->head; in pop_stack() local 2019 if (env->head == NULL) in pop_stack() 2023 err = copy_verifier_state(cur, &head->st); in pop_stack() 2028 bpf_vlog_reset(&env->log, head->log_pos); in pop_stack() 2030 *insn_idx = head->insn_idx; in pop_stack() 2032 *prev_insn_idx = head->prev_insn_idx; in pop_stack() 2033 elem = head->next; in pop_stack() 2034 free_verifier_state(&head in pop_stack() [all...] |
/drivers/hdf_core/adapter/khdf/linux/model/usb/host/src/ |
H A D | usb_net_adapter.c | 507 /* enough head room as-is? */ in RndisTxFixup() 514 skb->data = memmove_s(skb->head + sizeof(RndisDataHdr), len, skb->data, len); in RndisTxFixup()
|
/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_ffi.cpp | 743 int32_t res = instance->SetWindowSystemBarEnable(arr.head, (uint32_t)arr.size); in FFiOHOSWindowSetWindowSystemBarEnable()
|
/foundation/communication/netstack/frameworks/cj/http/src/ |
H A D | net_http_client_exec.cpp | 831 body.head = reinterpret_cast<uint8_t*>(MallocCString(tmp)); in OnWritingMemoryBody()
|
/kernel/linux/linux-5.10/block/ |
H A D | blk-core.c | 1384 list->head = rq->bio; in blk_steal_bios()
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | gp_ops.c | 503 &call_params->dev->shared_mem_list, head) { in alloc_for_ref_mem()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | kvm_host.h | 484 struct list_head head; member
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | head_64.S | 2 /* head.S: Initial boot code for the Sparc64 port of Linux. 28 #include <asm/head.h>
|
H A D | ds.c | 24 #include <asm/head.h>
|
H A D | smp_64.c | 32 #include <asm/head.h>
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
H A D | proc-v7.S | 550 ret lr @ return to head.S:__ret
|
/kernel/linux/linux-5.10/drivers/net/can/dev/ |
H A D | dev.c | 1256 static void can_dellink(struct net_device *dev, struct list_head *head) in can_dellink() argument
|
/kernel/linux/linux-5.10/drivers/mtd/ |
H A D | sm_ftl.c | 639 ftl->heads = chs_table[i].head; in sm_get_media_info()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/ |
H A D | 3c509.c | 166 int head, size; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_lan_tx_rx.h | 383 u16 head; member
|
/kernel/linux/linux-6.6/arch/arm/mm/ |
H A D | proc-v7.S | 558 ret lr @ return to head.S:__ret
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | ds.c | 24 #include <asm/head.h>
|
H A D | head_64.S | 2 /* head.S: Initial boot code for the Sparc64 port of Linux. 29 #include <asm/head.h>
|