tag | line | file | source code |
---|---|---|---|
select_table_entry | 62 | fs/nfs/sock.c | struct select_table_entry entry; |
select_table_entry | 50 | fs/select.c | struct select_table_entry * entry = p->entry + p->nr; |
select_table_entry | 90 | fs/select.c | struct select_table_entry *entry; |
select_table_entry | 114 | fs/select.c | if(!(entry = (struct select_table_entry*) __get_free_page(GFP_KERNEL))) |
select_table_entry | 368 | include/linux/sched.h | struct select_table_entry * entry; |
select_table_entry | 31 | include/linux/wait.h | struct select_table_entry * entry; |
select_table_entry | 34 | include/linux/wait.h | #define __MAX_SELECT_TABLE_ENTRIES (4096 / sizeof (struct select_table_entry)) |