OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wq_current_work
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/common/linux/
linux_work.c
62
struct work_struct *
wq_current_work
;
member in struct:workqueue_struct
272
wq->
wq_current_work
= NULL;
378
KASSERT(wq->
wq_current_work
== NULL);
449
KASSERT(wq->
wq_current_work
== NULL);
450
wq->
wq_current_work
= work;
461
KASSERT(wq->
wq_current_work
== work);
462
wq->
wq_current_work
= NULL;
548
KASSERT(wq->
wq_current_work
!= NULL);
549
return wq->
wq_current_work
;
827
if (wq->
wq_current_work
== work
[
all
...]
linux_work.c
62
struct work_struct *
wq_current_work
;
member in struct:workqueue_struct
272
wq->
wq_current_work
= NULL;
378
KASSERT(wq->
wq_current_work
== NULL);
449
KASSERT(wq->
wq_current_work
== NULL);
450
wq->
wq_current_work
= work;
461
KASSERT(wq->
wq_current_work
== work);
462
wq->
wq_current_work
= NULL;
548
KASSERT(wq->
wq_current_work
!= NULL);
549
return wq->
wq_current_work
;
827
if (wq->
wq_current_work
== work
[
all
...]
Completed in 21 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025