OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wqi
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet/
wqinput.c
95
struct wqinput *
wqi
;
local
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
185
wqi
= kmem_alloc(sizeof(*
wqi
), KM_SLEEP);
187
error = workqueue_create(&
wqi
->wqi_wq, namebuf, wqinput_work,
wqi
,
228
struct
wqi
nput *
wqi
= arg;
local
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/
intel_guc_submission.c
183
struct guc_wq_item *
wqi
;
local
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;
Completed in 28 milliseconds
Indexes created Tue Feb 24 19:07:35 UTC 2026