Home
last modified time | relevance | path

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

/kernel/
Dmarker.c45 #define MARKER_TABLE_SIZE (1 << MARKER_HASH_BITS) macro
46 static struct hlist_head marker_table[MARKER_TABLE_SIZE];
780 for (i = 0; i < MARKER_TABLE_SIZE; i++) { in get_marker_from_private_data()