Searched refs:note_sz (Results 1 – 1 of 1) sorted by relevance
356 unsigned int note_sz; in fw_core_dump_create_prstatus_note() local360 note_sz = sizeof(struct elf32_note) + roundup(note_name_sz, 4) + in fw_core_dump_create_prstatus_note()362 note = kmalloc(note_sz, GFP_KERNEL); in fw_core_dump_create_prstatus_note()375 return note_sz; in fw_core_dump_create_prstatus_note()