Home
last modified time | relevance | path

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

/kernel/
Dwatch_queue.c34 #define WATCH_QUEUE_NOTE_SIZE 128 macro
35 #define WATCH_QUEUE_NOTES_PER_PAGE (PAGE_SIZE / WATCH_QUEUE_NOTE_SIZE)
70 if ((bit & (WATCH_QUEUE_NOTE_SIZE - 1)) == 0) in watch_queue_pipe_buf_release()
71 bit -= WATCH_QUEUE_NOTE_SIZE; in watch_queue_pipe_buf_release()
72 bit /= WATCH_QUEUE_NOTE_SIZE; in watch_queue_pipe_buf_release()
124 offset = note % WATCH_QUEUE_NOTES_PER_PAGE * WATCH_QUEUE_NOTE_SIZE; in post_one_notification()