Home
last modified time | relevance | path

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

/linux-4.1.27/net/core/
Drequest_sock.c51 if (lopt_size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) in reqsk_queue_alloc()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-desc.c330 order = max_t(int, PAGE_ALLOC_COSTLY_ORDER - 1, 0); in xgbe_map_rx_buffer()
/linux-4.1.27/net/ceph/
Dceph_common.c178 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in ceph_kvmalloc()
/linux-4.1.27/include/linux/
Dmmzone.h36 #define PAGE_ALLOC_COSTLY_ORDER 3 macro
/linux-4.1.27/lib/
Drhashtable.c120 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER) || in bucket_table_alloc()
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/
Dmlx4_en.h104 #define MLX4_EN_ALLOC_PREFER_ORDER PAGE_ALLOC_COSTLY_ORDER
/linux-4.1.27/fs/
Dfile.c39 if (size <= (PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER)) { in alloc_fdmem()
/linux-4.1.27/Documentation/vm/
Dslub.txt120 slub_max_order=x (default 3 (PAGE_ALLOC_COSTLY_ORDER))
/linux-4.1.27/mm/
Dvmscan.c2239 (sc->order > PAGE_ALLOC_COSTLY_ORDER || in in_reclaim_compaction()
2507 sc->order > PAGE_ALLOC_COSTLY_ORDER && in shrink_zones()
Dpage_alloc.c2379 if (order <= PAGE_ALLOC_COSTLY_ORDER) in should_alloc_retry()
2428 if (order > PAGE_ALLOC_COSTLY_ORDER) in __alloc_pages_may_oom()
Dmemcontrol.c2295 if (nr_reclaimed && nr_pages <= (1 << PAGE_ALLOC_COSTLY_ORDER)) in try_charge()
Dslub.c2773 static int slub_max_order = PAGE_ALLOC_COSTLY_ORDER;
/linux-4.1.27/fs/gfs2/
Dglock.c1980 #define GFS2_SEQ_GOODSIZE min(PAGE_SIZE << PAGE_ALLOC_COSTLY_ORDER, 65536UL)
/linux-4.1.27/net/unix/
Daf_unix.c1632 PAGE_ALLOC_COSTLY_ORDER); in unix_dgram_sendmsg()
/linux-4.1.27/net/ipv4/
Dtcp_input.c4455 PAGE_ALLOC_COSTLY_ORDER, in tcp_send_rcvq()