Home
last modified time | relevance | path

Searched refs:notes_bitmap (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/kernel/
A Dwatch_queue.c77 set_bit(bit, wqueue->notes_bitmap); in watch_queue_pipe_buf_release()
119 note = find_first_bit(wqueue->notes_bitmap, wqueue->nr_notes); in post_one_notification()
140 if (!test_and_clear_bit(note, wqueue->notes_bitmap)) { in post_one_notification()
294 wqueue->notes_bitmap = bitmap; in watch_queue_set_size()
400 bitmap_free(wqueue->notes_bitmap); in __put_watch_queue()
/linux-6.3-rc2/include/linux/
A Dwatch_queue.h44 unsigned long *notes_bitmap; /* Allocation bitmap for notes */ member

Completed in 5 milliseconds