Home
last modified time | relevance | path

Searched refs:MAX_LOCAL_TGH (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c284 * - a portion (MAX_LOCAL_TGH) of the handles are reserved for
293 #define MAX_LOCAL_TGH 16 macro
307 * 0 if cpus <= MAX_LOCAL_TGH, in gru_tgh_flush_init()
308 * 1 if cpus <= 2*MAX_LOCAL_TGH, in gru_tgh_flush_init()
311 shift = max(0, fls(n - 1) - fls(MAX_LOCAL_TGH - 1)); in gru_tgh_flush_init()
/kernel/linux/linux-6.6/drivers/misc/sgi-gru/
H A Dgrutlbpurge.c284 * - a portion (MAX_LOCAL_TGH) of the handles are reserved for
293 #define MAX_LOCAL_TGH 16 macro
307 * 0 if cpus <= MAX_LOCAL_TGH, in gru_tgh_flush_init()
308 * 1 if cpus <= 2*MAX_LOCAL_TGH, in gru_tgh_flush_init()
311 shift = max(0, fls(n - 1) - fls(MAX_LOCAL_TGH - 1)); in gru_tgh_flush_init()

Completed in 2 milliseconds