Home
last modified time | relevance | path

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

/fs/
Dbinfmt_elf.c2035 struct elf_thread_status *ets; in fill_note_info() local
2042 ets = kzalloc(sizeof(*ets), GFP_KERNEL); in fill_note_info()
2043 if (!ets) in fill_note_info()
2046 ets->thread = ct->task; in fill_note_info()
2047 list_add(&ets->list, &info->thread_list); in fill_note_info()
2050 list_for_each_entry(ets, &info->thread_list, list) { in fill_note_info()
2053 sz = elf_dump_thread_status(cprm->siginfo->si_signo, ets); in fill_note_info()
2109 struct elf_thread_status *ets; in write_note_info() local
2117 list_for_each_entry(ets, &info->thread_list, list) { in write_note_info()
2118 for (i = 0; i < ets->num_notes; i++) in write_note_info()
[all …]