Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dpercpu.h23 #define PCPU_MIN_UNIT_SIZE PFN_ALIGN(32 << 10) macro
/OK3568_Linux_fs/kernel/mm/
H A Dpercpu.c1712 if (unlikely(!size || size > PCPU_MIN_UNIT_SIZE || align > PAGE_SIZE || in pcpu_alloc()
2439 PCPU_SETUP_BUG_ON(ai->unit_size < PCPU_MIN_UNIT_SIZE); in pcpu_setup_first_chunk()
2697 min_unit_size = max_t(size_t, size_sum, PCPU_MIN_UNIT_SIZE); in pcpu_build_alloc_info()
3131 roundup_pow_of_two(max_t(size_t, PCPU_MIN_UNIT_SIZE, in setup_per_cpu_areas()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/libcxgb/
H A Dlibcxgb_ppm.c350 unsigned int max = (PCPU_MIN_UNIT_SIZE - sizeof(*pools)) << 3; in ppm_alloc_cpu_pool()
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dflow_table.c370 (size * sizeof(struct mask_cache_entry)) > PCPU_MIN_UNIT_SIZE) in tbl_mask_cache_alloc()
400 (size * sizeof(struct mask_cache_entry)) > PCPU_MIN_UNIT_SIZE) in ovs_flow_tbl_masks_cache_resize()
H A Ddatapath.c1927 PCPU_MIN_UNIT_SIZE / sizeof(struct mask_cache_entry)),
/OK3568_Linux_fs/kernel/drivers/scsi/libfc/
H A Dfc_exch.c2495 pool_exch_range = (PCPU_MIN_UNIT_SIZE - sizeof(*pool)) / in fc_exch_mgr_alloc()