Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/intermezzo/
Dsysctl.c89 #define PRESTO_PRIMARY_CTLCNT 2 macro
90 static struct ctl_table presto_table[ PRESTO_PRIMARY_CTLCNT + MAX_CHANNEL + 1] =
296 ctl_table *psdev = &presto_table[i + PRESTO_PRIMARY_CTLCNT]; in init_intermezzo_sysctl()
359 ctl_table *psdev = &presto_table[i + PRESTO_PRIMARY_CTLCNT]; in cleanup_intermezzo_sysctl()
365 PRESTO_FREE(presto_table[PRESTO_PRIMARY_CTLCNT].child, sizeof(ctl_table) * total_entries); in cleanup_intermezzo_sysctl()