Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dglock.c85 #define GLOCK_WAIT_TABLE_SIZE (1 << GLOCK_WAIT_TABLE_BITS) macro
86 static wait_queue_head_t glock_wait_table[GLOCK_WAIT_TABLE_SIZE] __cacheline_aligned;
1917 for (i = 0; i < GLOCK_WAIT_TABLE_SIZE; i++) in gfs2_glock_init()