Home
last modified time | relevance | path

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

/linux-4.4.14/tools/lib/bpf/
Dlibbpf.c196 } efile; member
205 #define obj_elf_valid(o) ((o)->efile.elf)
319 obj->efile.fd = -1; in bpf_object__new()
327 obj->efile.obj_buf = obj_buf; in bpf_object__new()
328 obj->efile.obj_buf_sz = obj_buf_sz; in bpf_object__new()
342 if (obj->efile.elf) { in bpf_object__elf_finish()
343 elf_end(obj->efile.elf); in bpf_object__elf_finish()
344 obj->efile.elf = NULL; in bpf_object__elf_finish()
346 obj->efile.symbols = NULL; in bpf_object__elf_finish()
348 zfree(&obj->efile.reloc); in bpf_object__elf_finish()
[all …]
/linux-4.4.14/mm/
Dmemcontrol.c3894 struct fd efile; in memcg_write_event_control() local
3922 efile = fdget(efd); in memcg_write_event_control()
3923 if (!efile.file) { in memcg_write_event_control()
3928 event->eventfd = eventfd_ctx_fileget(efile.file); in memcg_write_event_control()
3992 efile.file->f_op->poll(efile.file, &event->pt); in memcg_write_event_control()
3999 fdput(efile); in memcg_write_event_control()
4010 fdput(efile); in memcg_write_event_control()