Searched refs:note (Results 1 – 4 of 4) sorted by relevance
/kernel/ |
D | crash_core.c | 320 struct elf_note *note = (struct elf_note *)buf; in append_elf_note() local 322 note->n_namesz = strlen(name) + 1; in append_elf_note() 323 note->n_descsz = data_len; in append_elf_note() 324 note->n_type = type; in append_elf_note() 325 buf += DIV_ROUND_UP(sizeof(*note), sizeof(Elf_Word)); in append_elf_note() 326 memcpy(buf, name, note->n_namesz); in append_elf_note() 327 buf += DIV_ROUND_UP(note->n_namesz, sizeof(Elf_Word)); in append_elf_note()
|
D | watch_queue.c | 105 unsigned int head, tail, mask, note, offset, len; in post_one_notification() local 116 note = find_first_bit(wqueue->notes_bitmap, wqueue->nr_notes); in post_one_notification() 117 if (note >= wqueue->nr_notes) in post_one_notification() 120 page = wqueue->notes[note / WATCH_QUEUE_NOTES_PER_PAGE]; in post_one_notification() 121 offset = note % WATCH_QUEUE_NOTES_PER_PAGE * WATCH_QUEUE_NOTE_SIZE; in post_one_notification() 137 if (!test_and_clear_bit(note, wqueue->notes_bitmap)) { in post_one_notification()
|
/kernel/module/ |
D | Kconfig | 37 modules (note that some modules may not be unloadable 214 Please note that the tool used to load modules needs to support the
|
/kernel/trace/ |
D | Kconfig | 426 note of the entry and exit point of any source of interferences,
|