| tag | line | file | source code |
|---|---|---|---|
| select_table_entry | 41 | fs/nfs/sock.c | struct select_table_entry entry; |
| select_table_entry | 41 | fs/select.c | struct select_table_entry * entry = p->entry + p->nr; |
| select_table_entry | 81 | fs/select.c | struct select_table_entry *entry; |
| select_table_entry | 98 | fs/select.c | entry = (struct select_table_entry *) get_free_page(GFP_KERNEL); |
| select_table_entry | 423 | 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)) |