/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 1592 struct hlist_node node; member
|
H A D | sock.h | 647 static inline struct sock *sk_entry(const struct hlist_node *node) in sk_entry() argument 695 static inline void sk_node_init(struct hlist_node *node) in sk_node_init() argument 700 static inline void sk_nulls_node_init(struct hlist_nulls_node *node) in sk_nulls_node_init() argument 1281 struct list_head node; global() member [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | mm.h | 797 static inline void *kvzalloc_node(size_t size, gfp_t flags, int node) in kvzalloc_node() argument 1516 static inline void set_page_node(struct page *page, unsigned long node) in set_page_node() argument 1522 set_page_links(struct page *page, enum zone_type zone, unsigned long node, unsigned long pfn) set_page_links() argument [all...] |
H A D | blkdev.h | 540 int node; member
|
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 2691 int pkg, node, lnode, cpu, cpux; in set_node_data() local
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | inode.c | 3940 struct rb_node *node; in btrfs_prune_dentries() local 4990 struct rb_node *node; evict_inode_truncate_pages() local 10077 struct rb_node *node, *next; btrfs_free_swapfile_pins() local [all...] |
H A D | send.c | 222 struct rb_node node; member 231 struct rb_node node; member 244 struct rb_node node; member [all...] |
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | segment.c | 1468 struct rb_node *node; in __update_discard_tree_range() local 1578 struct rb_node *node; in __issue_discard_cmd_orderly() local 3191 struct rb_node *node; __issue_discard_cmd_range() local [all...] |
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4state.c | 2780 struct rb_node *node = root->rb_node; in find_clp_in_name_tree() local
|
/kernel/linux/linux-5.10/mm/ |
H A D | memcontrol.c | 3673 int node, cpu, i; memcg_flush_percpu_vmstats() local 5268 alloc_mem_cgroup_per_node_info(struct mem_cgroup *memcg, int node) alloc_mem_cgroup_per_node_info() argument 5311 free_mem_cgroup_per_node_info(struct mem_cgroup *memcg, int node) free_mem_cgroup_per_node_info() argument 5325 int node; __mem_cgroup_free() local 5350 int node; mem_cgroup_alloc() local 7257 int cpu, node; mem_cgroup_init() local [all...] |
H A D | slub.c | 1069 static inline unsigned long slabs_node(struct kmem_cache *s, int node) in slabs_node() argument 1081 static inline void inc_slabs_node(struct kmem_cache *s, int node, int objects) in inc_slabs_node() argument 1096 static inline void dec_slabs_node(struct kmem_cache *s, int node, int objects) in dec_slabs_node() argument 1484 slabs_node(struct kmem_cache *s, int node) slabs_node() argument 1488 inc_slabs_node(struct kmem_cache *s, int node, int objects) inc_slabs_node() argument 1490 dec_slabs_node(struct kmem_cache *s, int node, int objects) dec_slabs_node() argument 1616 alloc_slab_page(struct kmem_cache *s, gfp_t flags, int node, struct kmem_cache_order_objects oo) alloc_slab_page() argument 1742 allocate_slab(struct kmem_cache *s, gfp_t flags, int node) allocate_slab() argument 1822 new_slab(struct kmem_cache *s, gfp_t flags, int node) new_slab() argument 2069 get_partial(struct kmem_cache *s, gfp_t flags, int node, struct kmem_cache_cpu *c) get_partial() argument 2497 node_match(struct page *page, int node) node_match() argument 2540 int node; slab_out_of_memory() local 2571 new_slab_objects(struct kmem_cache *s, gfp_t flags, int node, struct kmem_cache_cpu **pc) new_slab_objects() argument 2667 ___slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, unsigned long addr, struct kmem_cache_cpu *c) ___slab_alloc() argument 2773 __slab_alloc(struct kmem_cache *s, gfp_t gfpflags, int node, unsigned long addr, struct kmem_cache_cpu *c) __slab_alloc() argument 2815 slab_alloc_node(struct kmem_cache *s, gfp_t gfpflags, int node, unsigned long addr) slab_alloc_node() argument 2933 kmem_cache_alloc_node(struct kmem_cache *s, gfp_t gfpflags, int node) kmem_cache_alloc_node() argument 2945 kmem_cache_alloc_node_trace(struct kmem_cache *s, gfp_t gfpflags, int node, size_t size) kmem_cache_alloc_node_trace() argument 3525 early_kmem_cache_node_alloc(int node) early_kmem_cache_node_alloc() argument 3564 int node; free_kmem_cache_nodes() local 3582 int node; init_kmem_cache_nodes() local 3898 int node; __kmem_cache_empty() local 3912 int node; __kmem_cache_shutdown() local 3981 kmalloc_large_node(size_t size, gfp_t flags, int node) kmalloc_large_node() argument 3998 __kmalloc_node(size_t size, gfp_t flags, int node) __kmalloc_node() argument 4145 int node; __kmem_cache_shrink() local 4336 int node; bootstrap() local 4478 __kmalloc_node_track_caller(size_t size, gfp_t gfpflags, int node, unsigned long caller) __kmalloc_node_track_caller() argument 4582 int node; validate_slab_cache() local 4738 int node; list_locations() local 4909 int node; show_slab_objects() local 4923 int node; show_slab_objects() local 5748 int node; get_slabinfo() local [all...] |
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | core.c | 524 struct wake_q_node *node = &task->wake_q; in __wake_q_add() local 589 struct wake_q_node *node = head->first; in wake_up_q() local [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | ftrace.c | 386 struct hlist_node node; member
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | alloc.c | 578 struct ocfs2_path_item *node; in ocfs2_reinit_path() local [all...] |
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | ubifs.h | 308 void *node; global() member 1601 ubifs_bad_hash(const struct ubifs_info *c, const void *node, const u8 *hash, int lnum, int offs) ubifs_bad_hash() argument [all...] |
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 5321 struct rb_node *node, *prev; in tcp_prune_ofo_queue() local
|
/kernel/linux/linux-5.10/drivers/rapidio/devices/ |
H A D | tsi721.h | 839 struct list_head node; member
|
/kernel/linux/linux-5.10/drivers/staging/media/meson/vdec/ |
H A D | codec_vp9.c | 1490 int node, coef_node_start; in adapt_coef_probs_cxt() local 1551 int node, coef_node_start, coef_count_node_start; in adapt_coef_probs() local 1442 vp9_tree_merge_probs(unsigned int *prev_prob, unsigned int *cur_prob, int coef_node_start, int tree_left, int tree_right, int tree_i, int node) vp9_tree_merge_probs() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/lpfc/ |
H A D | lpfc_init.c | 11429 static int lpfc_cpu_offline(unsigned int cpu, struct hlist_node *node) in lpfc_cpu_offline() argument 11459 static int lpfc_cpu_online(unsigned int cpu, struct hlist_node *node) in lpfc_cpu_online() argument [all...] |
/kernel/linux/linux-5.10/drivers/scsi/bfa/ |
H A D | bfa_svc.c | 3948 bfa_fcport_get_wwn(struct bfa_s *bfa, bfa_boolean_t node) in bfa_fcport_get_wwn() argument
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | cadence-nand-controller.c | 510 struct list_head node; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 4037 int node, ret; in adap_config_hma() local
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hnae3.h | 404 struct list_head node; member 411 struct list_head node; member 801 struct list_head node; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/ |
H A D | ucc_geth.h | 1060 struct list_head node; member 1222 struct device_node *node; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_main.c | 245 static int mlx5e_rq_shampo_hd_alloc(struct mlx5e_rq *rq, int node) in mlx5e_rq_shampo_hd_alloc() argument 259 static int mlx5e_rq_shampo_hd_info_alloc(struct mlx5e_rq *rq, int node) in mlx5e_rq_shampo_hd_info_alloc() argument 291 static int mlx5e_rq_alloc_mpwqe_info(struct mlx5e_rq *rq, int node) in mlx5e_rq_alloc_mpwqe_info() argument 574 static int mlx5e_init_wqe_alloc_info(struct mlx5e_rq *rq, int node) in mlx5e_init_wqe_alloc_info() argument 672 mlx5_rq_shampo_alloc(struct mlx5_core_dev *mdev, struct mlx5e_params *params, struct mlx5e_rq_param *rqp, struct mlx5e_rq *rq, u32 *pool_size, int node) mlx5_rq_shampo_alloc() argument 731 mlx5e_alloc_rq(struct mlx5e_params *params, struct mlx5e_xsk_param *xsk, struct mlx5e_rq_param *rqp, int node, struct mlx5e_rq *rq) mlx5e_alloc_rq() argument 1212 mlx5e_open_rq(struct mlx5e_params *params, struct mlx5e_rq_param *param, struct mlx5e_xsk_param *xsk, int node, struct mlx5e_rq *rq) mlx5e_open_rq() argument 5624 int nch, num_txqs, node; mlx5e_priv_init() local [all...] |