tag | line | file | source code |
---|---|---|---|
select_table_entry | 42 | 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 | entry = (struct select_table_entry *) __get_free_page(GFP_KERNEL); |
select_table_entry | 422 | include/linux/sched.h | struct select_table_entry * entry; |
select_table_entry | 14 | include/linux/wait.h | struct select_table_entry { |
select_table_entry | 20 | include/linux/wait.h | #define __MAX_SELECT_TABLE_ENTRIES (4096 / sizeof (struct select_table_entry)) |