OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wakelock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
vfs_lockf.c
391
struct lockf *
wakelock
;
local in function:lf_wakelock
393
while ((
wakelock
= TAILQ_FIRST(&listhead->lf_blkhd))) {
394
KASSERT(
wakelock
->lf_next == listhead);
395
TAILQ_REMOVE(&listhead->lf_blkhd,
wakelock
, lf_block);
396
wakelock
->lf_next = NULL;
399
lf_print("lf_wakelock: awakening",
wakelock
);
401
cv_broadcast(&
wakelock
->lf_cv);
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_gpu_error.h
167
bool
wakelock
;
member in struct:i915_gpu_coredump
Completed in 12 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025