tag | line | file | source code |
---|---|---|---|
select_table_entry | 44 | fs/nfs/sock.c | struct select_table_entry entry; |
select_table_entry | 43 | fs/select.c | struct select_table_entry * entry = p->entry + p->nr; |
select_table_entry | 83 | fs/select.c | struct select_table_entry *entry; |
select_table_entry | 107 | fs/select.c | if(!(entry = (struct select_table_entry*) __get_free_page(GFP_KERNEL))) |
select_table_entry | 458 | include/linux/sched.h | struct select_table_entry * entry; |
select_table_entry | 21 | include/linux/wait.h | struct select_table_entry * entry; |
select_table_entry | 24 | include/linux/wait.h | #define __MAX_SELECT_TABLE_ENTRIES (4096 / sizeof (struct select_table_entry)) |