wqinput.c | 95 struct wqinput *wqi; local in function:wqinput_sysctl_drops_handler 100 wqi = node.sysctl_data; 102 percpu_foreach_xcall(wqi->wqi_worklists, XC_HIGHPRI_IPL(IPL_SOFTNET), 114 wqinput_sysctl_setup(const char *name, struct wqinput *wqi) 143 wqinput_sysctl_drops_handler, 0, (void *)wqi, 0, CTL_CREATE, CTL_EOL); 179 struct wqinput *wqi; local in function:wqinput_create 185 wqi = kmem_alloc(sizeof(*wqi), KM_SLEEP); 187 error = workqueue_create(&wqi->wqi_wq, namebuf, wqinput_work, wqi, 228 struct wqinput *wqi = arg; local in function:wqinput_work [all...] |