Home
last modified time | relevance | path

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

/linux/fs/
H A Dbinfmt_elf.c1697 int thread_notes; member
1765 if (WARN_ON_ONCE(note_iter >= info->thread_notes)) in fill_thread_core_info()
1839 info->thread_notes = 0; in fill_note_info()
1842 ++info->thread_notes; in fill_note_info()
1848 if (unlikely(info->thread_notes == 0) || in fill_note_info()
1858 info->thread_notes = 2; in fill_note_info()
1877 info->thread = kzalloc_flex(*info->thread, notes, info->thread_notes); in fill_note_info()
1883 t = kzalloc_flex(*t, notes, info->thread_notes); in fill_note_info()
1943 for (i = 1; i < info->thread_notes; ++i) in write_note_info()
1963 for (i = 1; i < info->thread_notes; ++i) in free_note_info()