Home
last modified time | relevance | path

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

/linux-5.19.10/fs/gfs2/
Dglock.c83 #define GLOCK_WAIT_TABLE_SIZE (1 << GLOCK_WAIT_TABLE_BITS) macro
84 static wait_queue_head_t glock_wait_table[GLOCK_WAIT_TABLE_SIZE] __cacheline_aligned;
2544 for (i = 0; i < GLOCK_WAIT_TABLE_SIZE; i++) in gfs2_glock_init()