Home
last modified time | relevance | path

Searched refs:PCPU_MIN_UNIT_SIZE (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dnetcnt_common.h21 #define PCPU_MIN_UNIT_SIZE 32768 macro
33 __u8 data[PCPU_MIN_UNIT_SIZE];
/linux-6.3-rc2/include/linux/
A Dpercpu.h22 #define PCPU_MIN_UNIT_SIZE PFN_ALIGN(32 << 10) macro
/linux-6.3-rc2/drivers/net/ethernet/chelsio/libcxgb/
A Dlibcxgb_ppm.c350 unsigned int max = (PCPU_MIN_UNIT_SIZE - sizeof(*pools)) << 3; in ppm_alloc_cpu_pool()
/linux-6.3-rc2/net/openvswitch/
A Dflow_table.c371 (size * sizeof(struct mask_cache_entry)) > PCPU_MIN_UNIT_SIZE) in tbl_mask_cache_alloc()
401 (size * sizeof(struct mask_cache_entry)) > PCPU_MIN_UNIT_SIZE) in ovs_flow_tbl_masks_cache_resize()
A Ddatapath.c2061 PCPU_MIN_UNIT_SIZE / sizeof(struct mask_cache_entry)),
/linux-6.3-rc2/mm/
A Dpercpu.c1753 if (unlikely(!size || size > PCPU_MIN_UNIT_SIZE || align > PAGE_SIZE || in pcpu_alloc()
2615 PCPU_SETUP_BUG_ON(ai->unit_size < PCPU_MIN_UNIT_SIZE); in pcpu_setup_first_chunk()
2877 min_unit_size = max_t(size_t, size_sum, PCPU_MIN_UNIT_SIZE); in pcpu_build_alloc_info()
3402 roundup_pow_of_two(max_t(size_t, PCPU_MIN_UNIT_SIZE, in setup_per_cpu_areas()
/linux-6.3-rc2/kernel/bpf/
A Dlocal_storage.c296 PCPU_MIN_UNIT_SIZE); in cgroup_storage_map_alloc()
/linux-6.3-rc2/drivers/scsi/libfc/
A Dfc_exch.c2493 pool_exch_range = (PCPU_MIN_UNIT_SIZE - sizeof(*pool)) / in fc_exch_mgr_alloc()

Completed in 24 milliseconds