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
99 BUILD_BUG_ON(ARRAY_SIZE(user_table) != UCOUNT_COUNTS + 1);
101 tbl = kmemdup(user_table, sizeof(user_table), GFP_KERNEL);
108 ARRAY_SIZE(user_table));

Completed in 131 milliseconds