Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ init_waitqueue_head
Function
init_waitqueue_head
Ext4Fsd/linux.c:114–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
112
//
113
114
void init_waitqueue_head(wait_queue_head_t *q)
115
{
116
spin_lock_init(&q->lock);
117
INIT_LIST_HEAD(&q->task_list);
118
}
119
120
struct __wait_queue *
121
wait_queue_create()
Callers
2
journal_init_common
Function · 0.85
journal_init_common
Function · 0.85
Calls
1
INIT_LIST_HEAD
Function · 0.85
Tested by
no test coverage detected