tag | line | file | source code |
---|---|---|---|
read_space_wait | 36 | net/netlink.c | static struct wait_queue *read_space_wait[MAX_LINKS]; |
read_space_wait | 95 | net/netlink.c | interruptible_sleep_on(&read_space_wait[minor]); |
read_space_wait | 208 | net/netlink.c | wake_up_interruptible(&read_space_wait[unit]); |