/kernel/linux/linux-6.6/mm/ |
H A D | slab.c | 1396 static void kmem_rcu_free(struct rcu_head *head) in kmem_rcu_free() argument [all...] |
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | ring_buffer.c | 564 unsigned long head; member 1329 struct buffer_page *head; rb_head_page_activate() local 1363 rb_head_page_set(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *head, struct buffer_page *prev, int old_flag, int new_flag) rb_head_page_set() argument 1386 rb_head_page_set_update(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *head, struct buffer_page *prev, int old_flag) rb_head_page_set_update() argument 1395 rb_head_page_set_head(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *head, struct buffer_page *prev, int old_flag) rb_head_page_set_head() argument 1404 rb_head_page_set_normal(struct ring_buffer_per_cpu *cpu_buffer, struct buffer_page *head, struct buffer_page *prev, int old_flag) rb_head_page_set_normal() argument 1423 struct buffer_page *head; rb_set_head_page() local 1551 struct list_head *head = rb_list_head(cpu_buffer->pages); rb_check_pages() local 1735 struct list_head *head = cpu_buffer->pages; rb_free_cpu_buffer() local 3939 struct buffer_page *head = rb_set_head_page(cpu_buffer); rb_per_cpu_empty() local [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | maple_tree.c | 173 static void mt_free_rcu(struct rcu_head *head) in mt_free_rcu() argument 1213 struct maple_alloc *head in mas_push_node() local 5195 mt_free_walk(struct rcu_head *head) mt_free_walk() argument [all...] |
/kernel/linux/linux-6.6/net/bluetooth/ |
H A D | hci_sync.c | 5460 struct list_head *head = &hdev->conn_hash.list; in hci_disconnect_all_sync() local
|
H A D | l2cap_core.c | 302 static struct sk_buff *l2cap_ertm_seq_in_queue(struct sk_buff_head *head, in l2cap_ertm_seq_in_queue() argument [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 89 void rtnl_kfree_skbs(struct sk_buff *head, struct sk_buff *tail) in rtnl_kfree_skbs() argument 100 struct sk_buff *head = defer_kfree_skb_list; in __rtnl_unlock() local 2177 struct hlist_head *head; in rtnl_dump_ifinfo() local 4604 struct hlist_head *head; rtnl_fdb_dump() local 5960 struct hlist_head *head; rtnl_stats_dump() local [all...] |
H A D | sock.c | 2187 static void __sk_destruct(struct rcu_head *head) in __sk_destruct() argument
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | tx.c | 3390 struct sk_buff **frag_tail, *head; in ieee80211_amsdu_aggregate() local 4029 struct txq_info *txqi = NULL, *head = NULL; ieee80211_next_txq() local [all...] |
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_multicast.c | 894 static void br_multicast_gc(struct hlist_head *head) in br_multicast_gc() argument
|
/kernel/linux/linux-6.6/net/mptcp/ |
H A D | protocol.h | 446 struct list_head head; member
|
/kernel/linux/linux-6.6/net/xfrm/ |
H A D | xfrm_policy.c | 123 struct rhash_head head; member 411 static void xfrm_policy_destroy_rcu(struct rcu_head *head) in xfrm_policy_destroy_rcu() argument
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 3602 Block& head = makeNewBlock(); in makeNewLoop() local
|
/third_party/mbedtls/programs/ssl/ |
H A D | ssl_server2.c | 759 void sni_free(sni_entry *head) in sni_free() argument 957 int psk_free(psk_entry *head) in psk_free() argument
|
/third_party/littlefs/ |
H A D | lfs.c | 495 static bool lfs_mlist_isopen(struct lfs_mlist *head, in lfs_mlist_isopen() argument 2828 lfs_ctz_find(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_block_t head, lfs_size_t size, lfs_size_t pos, lfs_block_t *block, lfs_off_t *off) lfs_ctz_find() argument 2863 lfs_ctz_extend(lfs_t *lfs, lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_block_t head, lfs_size_t size, lfs_block_t *block, lfs_off_t *off) lfs_ctz_extend() argument 2962 lfs_ctz_traverse(lfs_t *lfs, const lfs_cache_t *pcache, lfs_cache_t *rcache, lfs_block_t head, lfs_size_t size, int (*cb)(void*, lfs_block_t), void *data) lfs_ctz_traverse() argument 5130 lfs_block_t head; global() member 5143 lfs_block_t head[2]; global() member [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/ |
H A D | libcpuset.c | 3183 struct cpuset_fts_entry *head; /* head of linked entry list */ member
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 458 struct LINK *head; member 2796 struct POSIX_SECURITY head; in check_samples() member 2812 struct POSIX_SECURITY head; in check_samples() member 2830 struct POSIX_SECURITY head; in check_samples() member 2850 struct POSIX_SECURITY head; in check_samples() member 2868 struct POSIX_SECURITY head; in check_samples() member 2888 struct POSIX_SECURITY head; in check_samples() member [all...] |
/third_party/nghttp2/lib/ |
H A D | nghttp2_session.c | 1697 nghttp2_stream *head; in nghttp2_session_adjust_idle_stream() local [all...] |
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_session.c | 1692 nghttp2_stream *head; in nghttp2_session_adjust_idle_stream() local [all...] |
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 296 struct VkBaseOutStructure *head = NULL, *tail = NULL; in clone_chain() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 722 int loca,head,glyf,hhea,hmtx,kern,gpos; // table locations as offset from start of .ttf member [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 1960 const SkCoincidentSpans* head = coin; in debugRelease() local 2075 const SkCoincidentSpans* head = coin; in debugMarkCollapsed() local 2254 DebugCheckBetween(const SkCoincidentSpans* head, const SkCoincidentSpans* opt, SkPathOpsDebug::GlitchLog* log) DebugCheckBetween() argument 2420 const SkOpPtT* head = this->ptT(); debugCheckForCollapsedCoincidence() local [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_binary.c | 225 static ocontext_t *cil_add_ocontext(ocontext_t **head, ocontext_t **tail) in cil_add_ocontext() argument 2112 static int __cil_cond_item_to_sepol_expr(policydb_t *pdb, struct cil_list_item *item, cond_expr_t **head, cond_expr_t **tail) in __cil_cond_item_to_sepol_expr() argument 2144 __cil_cond_expr_to_sepol_expr_helper(policydb_t *pdb, struct cil_list *cil_expr, cond_expr_t **head, cond_expr_t **tail) __cil_cond_expr_to_sepol_expr_helper() argument 2248 cond_expr_t *head, *tail; __cil_cond_expr_to_sepol_expr() local 2734 __cil_constrain_expr_to_sepol_expr_helper(policydb_t *pdb, const struct cil_db *db, const struct cil_list *cil_expr, constraint_expr_t **head, constraint_expr_t **tail) __cil_constrain_expr_to_sepol_expr_helper() argument 2835 constraint_expr_t *head, *tail; __cil_constrain_expr_to_sepol_expr() local [all...] |
H A D | cil_build_ast.c | 523 struct cil_list_item *head = NULL; in cil_gen_classorder() local
|
/third_party/selinux/libsepol/src/ |
H A D | module_to_cil.c | 194 struct list_node *head; member 2544 struct sid_item *head in ocontext_isid_to_cil() local [all...] |