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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dlockdep.c284 #define classhashentry(key) (classhash_table + __classhashfn((key)))
286 static struct list_head classhash_table[CLASSHASH_SIZE]; variable in typeref:struct:list_head
3506 head = classhash_table + i;
3549 head = classhash_table + i;
3581 INIT_LIST_HEAD(classhash_table + i);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dlockdep.c284 #define classhashentry(key) (classhash_table + __classhashfn((key)))
286 static struct list_head classhash_table[CLASSHASH_SIZE]; variable in typeref:struct:list_head
3506 head = classhash_table + i;
3549 head = classhash_table + i;
3581 INIT_LIST_HEAD(classhash_table + i);

Completed in 74 milliseconds