Home
last modified time | relevance | path

Searched refs:use_lowmem (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/mlx4/mlx4_core/
HDmlx4_icm.c389 int use_lowmem, int use_coherent) in mlx4_init_icm_table() argument
407 table->lowmem = use_lowmem; in mlx4_init_icm_table()
419 (use_lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mlx4_init_icm_table()
HDicm.h84 int use_lowmem, int use_coherent);
/freebsd-11-stable/sys/dev/mthca/
HDmthca_memfree.c358 int use_lowmem, int use_coherent) in mthca_alloc_icm_table() argument
377 table->lowmem = use_lowmem; in mthca_alloc_icm_table()
390 (use_lowmem ? GFP_KERNEL : GFP_HIGHUSER) | in mthca_alloc_icm_table()
HDmthca_memfree.h89 int use_lowmem, int use_coherent);