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

/linux-master/include/linux/
H A Dwatch_queue.h44 unsigned long *notes_bitmap; /* Allocation bitmap for notes */ member in struct:watch_queue
/linux-master/kernel/
H A Dwatch_queue.c76 set_bit(bit, wqueue->notes_bitmap);
115 note = find_first_bit(wqueue->notes_bitmap, wqueue->nr_notes);
136 if (!test_and_clear_bit(note, wqueue->notes_bitmap)) {
290 wqueue->notes_bitmap = bitmap;
396 bitmap_free(wqueue->notes_bitmap);

Completed in 166 milliseconds