Home
last modified time | relevance | path

Searched refs:PAGE_ALLOC_COSTLY_ORDER (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/amd/xgbe/
Dxgbe-desc.c336 order = max_t(int, PAGE_ALLOC_COSTLY_ORDER - 1, 0); in xgbe_map_rx_buffer()
/linux-4.4.14/include/linux/
Dmmzone.h36 #define PAGE_ALLOC_COSTLY_ORDER 3 macro
/linux-4.4.14/net/ceph/
Dceph_common.c184 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in ceph_kvmalloc()
/linux-4.4.14/lib/
Drhashtable.c120 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h105 #define MLX4_EN_ALLOC_PREFER_ORDER PAGE_ALLOC_COSTLY_ORDER
/linux-4.4.14/fs/
Dfile.c39 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in alloc_fdmem()
/linux-4.4.14/mm/
Dvmscan.c2303 (sc->order > PAGE_ALLOC_COSTLY_ORDER || in in_reclaim_compaction()
2571 sc->order > PAGE_ALLOC_COSTLY_ORDER && in shrink_zones()
Dpage_alloc.c2741 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom()
3154 if ((did_some_progress && order <= PAGE_ALLOC_COSTLY_ORDER) || in __alloc_pages_slowpath()
Dmemcontrol.c2103 if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER)) in try_charge()
Dslub.c2992 static int slub_max_order = PAGE_ALLOC_COSTLY_ORDER;
/linux-4.4.14/Documentation/vm/
Dslub.txt120 slub_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER))
/linux-4.4.14/net/netfilter/
Dx_tables.c904 if (sz <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in xt_alloc_table_info()
/linux-4.4.14/fs/gfs2/
Dglock.c1890 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
/linux-4.4.14/net/unix/
Daf_unix.c1700 PAGE_ALLOC_COSTLY_ORDER); in unix_dgram_sendmsg()
/linux-4.4.14/net/ipv4/
Dtcp_input.c4501 PAGE_ALLOC_COSTLY_ORDER, in tcp_send_rcvq()