Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/
H A 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()
/kernel/linux/linux-6.6/kernel/
H A Dwatch_queue.c33 #define WATCH_QUEUE_NOTE_SIZE 128 macro
34 #define WATCH_QUEUE_NOTES_PER_PAGE (PAGE_SIZE / WATCH_QUEUE_NOTE_SIZE)
69 if ((bit & (WATCH_QUEUE_NOTE_SIZE - 1)) == 0) in watch_queue_pipe_buf_release()
70 bit -= WATCH_QUEUE_NOTE_SIZE; in watch_queue_pipe_buf_release()
71 bit /= WATCH_QUEUE_NOTE_SIZE; in watch_queue_pipe_buf_release()
120 offset = note % WATCH_QUEUE_NOTES_PER_PAGE * WATCH_QUEUE_NOTE_SIZE; in post_one_notification()

Completed in 3 milliseconds