Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dbinfmt_elf_fdpic.c1416 int num_notes; member
1429 t->num_notes = 0; in elf_dump_thread_status()
1436 t->num_notes++; in elf_dump_thread_status()
1443 t->num_notes++; in elf_dump_thread_status()
1451 t->num_notes++; in elf_dump_thread_status()
1745 for (i = 0; i < tmp->num_notes; i++) in elf_fdpic_core_dump()
Dbinfmt_elf.c1852 int num_notes; member
1864 t->num_notes = 0; in elf_dump_thread_status()
1871 t->num_notes++; in elf_dump_thread_status()
1878 t->num_notes++; in elf_dump_thread_status()
1886 t->num_notes++; in elf_dump_thread_status()
2034 for (i = 0; i < tmp->num_notes; i++) in write_note_info()
/linux-4.1.27/drivers/hid/
Dhid-prodikeys.c347 unsigned num_notes = (size-1)/2; in pcmidi_handle_report3() local
348 for (j = 0; j < num_notes; j++) { in pcmidi_handle_report3()