/src/sys/netinet/ |
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...] |
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...] |
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc_submission.c | 183 struct guc_wq_item *wqi; local in function:guc_wq_item_append 189 * should not have the case where structure wqi is across page, neither 192 * XXX: if not the case, we need save data to a temp wqi and copy it to 206 wqi = guc->workqueue_vaddr + wq_off; 209 wqi->header = WQ_TYPE_INORDER | 213 wqi->context_desc = context_desc; 214 wqi->submit_element_info = ring_tail << WQ_RING_TAIL_SHIFT; 216 wqi->fence_id = fence_id;
|
intel_guc_submission.c | 183 struct guc_wq_item *wqi; local in function:guc_wq_item_append 189 * should not have the case where structure wqi is across page, neither 192 * XXX: if not the case, we need save data to a temp wqi and copy it to 206 wqi = guc->workqueue_vaddr + wq_off; 209 wqi->header = WQ_TYPE_INORDER | 213 wqi->context_desc = context_desc; 214 wqi->submit_element_info = ring_tail << WQ_RING_TAIL_SHIFT; 216 wqi->fence_id = fence_id;
|