Home
last modified time | relevance | path

Searched refs:GFP_HIGHUSER (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dgfp.h72 #define GFP_HIGHUSER M_WAITOK macro
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_icm.c265 (table->lowmem ? gfp : GFP_HIGHUSER) | in mlx4_table_get()
419 (use_lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mlx4_init_icm_table()
H A Dmlx4_main.c1476 GFP_HIGHUSER | __GFP_NOWARN, 0); in mlx4_load_fw()
1582 GFP_HIGHUSER | __GFP_NOWARN, 0); in mlx4_init_icm()
/freebsd/sys/dev/mthca/
H A Dmthca_memfree.c234 (table->lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mthca_table_get()
390 (use_lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mthca_alloc_icm_table()
H A Dmthca_main.c354 GFP_HIGHUSER | __GFP_NOWARN, 0); in mthca_load_fw()
400 GFP_HIGHUSER | __GFP_NOWARN, 0); in mthca_init_icm()
H A Dmthca_eq.c739 dev->eq_table.icm_page = alloc_page(GFP_HIGHUSER); in mthca_map_eq_icm()
/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c881 gfp_flags = GFP_HIGHUSER; in ttm_dma_populate()