MCPcopy 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
114void init_waitqueue_head(wait_queue_head_t *q)
115{
116 spin_lock_init(&q->lock);
117 INIT_LIST_HEAD(&q->task_list);
118}
119
120struct __wait_queue *
121wait_queue_create()

Callers 2

journal_init_commonFunction · 0.85
journal_init_commonFunction · 0.85

Calls 1

INIT_LIST_HEADFunction · 0.85

Tested by

no test coverage detected