| /kernel/linux/linux-6.6/security/tomoyo/ |
| H A D | common.h | 514 struct tomoyo_shared_acl_head head; member 542 struct tomoyo_shared_acl_head head; member 549 struct tomoyo_acl_head head; member 555 struct tomoyo_acl_head head; member 561 struct tomoyo_acl_head head; member 653 struct tomoyo_shared_acl_head head; member 699 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MANUAL_TASK_ACL */ member 710 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_ACL */ member 720 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH_NUMBER_ACL */ member 729 struct tomoyo_acl_info head; /* typ member 741 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_PATH2_ACL */ global() member 749 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_MOUNT_ACL */ global() member 758 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_ENV_ACL */ global() member 764 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_INET_ACL */ global() member 773 struct tomoyo_acl_info head; /* type = TOMOYO_TYPE_UNIX_ACL */ global() member 850 struct tomoyo_acl_head head; global() member 860 struct tomoyo_acl_head head; global() member 867 struct tomoyo_acl_head head; global() member [all...] |
| /kernel/linux/linux-6.6/kernel/rcu/ |
| H A D | rcutorture.c | 595 call_rcu_busted(struct rcu_head *head, rcu_callback_t func) in call_rcu_busted() argument 699 static void srcu_torture_call(struct rcu_head *head, in srcu_torture_call() argument
|
| /kernel/linux/linux-6.6/mm/ |
| H A D | vmscan.c | 4330 struct list_head *head = &lrugen->folios[old_gen][type][zone]; inc_min_seq() local 4987 struct list_head *head = &lrugen->folios[gen][type][zone]; scan_folios() local 5632 struct list_head *head = &lruvec->lists[lru]; fill_evictable() local 5661 struct list_head *head = &lruvec->lrugen.folios[gen][type][zone]; drain_evictable() local [all...] |
| H A D | hugetlb.c | 577 struct list_head *head = &resv->regions; in add_reservation_in_range() local 833 struct list_head *head = &resv->regions; in region_del() local 960 struct list_head *head = &resv->regions; in region_count() local 1124 struct list_head *head = &resv_map->region_cache; in resv_map_release() local [all...] |
| H A D | slub.c | 1723 free_debug_processing(struct kmem_cache *s, struct slab *slab, void *head, void *tail, int *bulk_cnt, unsigned long addr, depot_stack_handle_t handle) free_debug_processing() argument 1803 slab_free_freelist_hook(struct kmem_cache *s, void **head, void **tail, int *cnt) slab_free_freelist_hook() argument 2907 free_debug_processing(struct kmem_cache *s, struct slab *slab, void *head, void *tail, int *bulk_cnt, unsigned long addr, depot_stack_handle_t handle) free_debug_processing() argument 3531 free_to_partial_list( struct kmem_cache *s, struct slab *slab, void *head, void *tail, int bulk_cnt, unsigned long addr) free_to_partial_list() argument 3600 __slab_free(struct kmem_cache *s, struct slab *slab, void *head, void *tail, int cnt, unsigned long addr) __slab_free() argument 3734 do_slab_free(struct kmem_cache *s, struct slab *slab, void *head, void *tail, int cnt, unsigned long addr) do_slab_free() argument 3790 do_slab_free(struct kmem_cache *s, struct slab *slab, void *head, void *tail, int cnt, unsigned long addr) do_slab_free() argument 3800 slab_free(struct kmem_cache *s, struct slab *slab, void *head, void *tail, void **p, int cnt, unsigned long addr) slab_free() argument [all...] |
| H A D | page_alloc.c | 4552 int head = PageHead(page); in __free_pages() local
|
| H A D | memcontrol.c | 869 struct page *head = compound_head(page); /* rmap on tail pages */ in __mod_lruvec_page_state() local 3444 void split_page_memcg(struct page *head, unsigned int nr) in split_page_memcg() argument
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | workqueue.c | 1094 static void move_linked_works(struct work_struct *work, struct list_head *head, in move_linked_works() argument 2030 insert_work(struct pool_workqueue *pwq, struct work_struct *work, struct list_head *head, unsigned int extra_flags) insert_work() argument 3402 struct list_head *head; insert_wq_barrier() local [all...] |
| /kernel/linux/linux-6.6/kernel/trace/ |
| H A D | ftrace.c | 1245 static void clear_ftrace_mod_list(struct list_head *head) in clear_ftrace_mod_list() argument 4418 struct list_head *head = enable ? &tr->mod_trace : &tr->mod_notrace; in cache_mod() local 4463 static void process_mod_list(struct list_head *head, struct ftrace_ops *ops, in process_mod_list() argument 6008 struct hlist_head *head; in __g_next() local [all...] |
| /kernel/linux/linux-6.6/net/ceph/ |
| H A D | osd_client.c | 2260 } __packed head; in encode_request_finish() local [all...] |
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | addrconf.c | 734 struct hlist_head *head; in inet6_netconf_dump_devconf() local 5344 struct hlist_head *head; in inet6_dump_addr() local 6063 struct hlist_head *head; in inet6_dump_ifinfo() local
|
| H A D | route.c | 132 struct list_head head; member 4413 struct hlist_head *head; in rt6_purge_dflt_routers() local
|
| /kernel/linux/linux-6.6/net/core/ |
| H A D | skbuff.c | 940 skb_kfree_head(void *head, unsigned int end_offset) skb_kfree_head() argument 950 unsigned char *head = skb->head; skb_free_head() local 1799 struct page *page, *head = NULL; skb_copy_ubufs() local 3071 struct sk_buff *head = skb; __skb_send_sock() local [all...] |
| /kernel/linux/linux-6.6/net/ipv4/ |
| H A D | tcp_input.c | 2126 struct sk_buff *skb, *head; tcp_timeout_mark_lost() local 3465 struct sk_buff *head = tcp_send_head(sk); tcp_ack_probe() local 5216 tcp_collapse(struct sock *sk, struct sk_buff_head *list, struct rb_root *root, struct sk_buff *head, struct sk_buff *tail, u32 start, u32 end) tcp_collapse() argument 5325 struct sk_buff *skb, *head; tcp_collapse_ofo_queue() local [all...] |
| /third_party/mbedtls/library/ |
| H A D | ssl_tls.c | 1838 static int ssl_append_key_cert(mbedtls_ssl_key_cert **head, in ssl_append_key_cert() argument
|
| /third_party/musl/porting/linux/user/ldso/ |
| H A D | dynlink.c | 106 void *head; member 135 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable [all...] |
| /third_party/libfuse/lib/ |
| H A D | fuse.c | 353 static int list_empty(const struct list_head *head) in list_empty() argument 367 static inline void list_add_head(struct list_head *new, struct list_head *head) in list_add_head() argument 372 static inline void list_add_tail(struct list_head *new, struct list_head *head) in list_add_tail() argument 405 static struct node_slab *list_to_slab(struct list_head *head) in list_to_slab() argument [all...] |
| /third_party/musl/ldso/linux/ |
| H A D | dynlink.c | 134 void *head; member 163 static struct dso *head, *tail, *fini_head, *syms_tail, *lazy_head; variable [all...] |
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| H A D | oal_net.h | 782 const hi_u8 *head, *tail; member 1402 hi_u8 *head, *tail; member
|
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/ |
| H A D | mac_vap.h | 1227 static inline hi_u8 mac_vap_user_exist(const hi_list *new_code, const hi_list *head) in mac_vap_user_exist() argument
|
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | wl_android_ext.c | 2456 char *head; in wl_ext_parse_config() member [all...] |
| /device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
| H A D | verifier.c | 922 struct bpf_verifier_stack_elem *elem, *head = env->head;
in pop_stack() local [all...] |
| /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/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_main.c | 335 u32 head, val; in i40e_tx_timeout() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_cmd.h | 32 u32 head; member
|