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

/linux-master/kernel/
H A Ducount.c73 static struct ctl_table user_table[] = { variable in typeref:struct:ctl_table
98 BUILD_BUG_ON(ARRAY_SIZE(user_table) != UCOUNT_COUNTS);
100 tbl = kmemdup(user_table, sizeof(user_table), GFP_KERNEL);
107 ARRAY_SIZE(user_table));

Completed in 95 milliseconds