Home
last modified time | relevance | path

Searched defs:files_struct (Results 1 – 7 of 7) sorted by relevance

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h26526 struct files_struct { struct
26527 atomic_t count;
26528 bool resize_in_progress;
26529 wait_queue_head_t resize_wait;
26530 struct fdtable *fdt;
26531 struct fdtable fdtab;
26537 spinlock_t file_lock;
26538 unsigned int next_fd;
26539 long unsigned int close_on_exec_init[1];
26540 long unsigned int open_fds_init[1];
[all …]
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h23563 struct files_struct { struct
23564 atomic_t count;
23565 bool resize_in_progress;
23566 wait_queue_head_t resize_wait;
23567 struct fdtable *fdt;
23568 struct fdtable fdtab;
23594 struct files_struct *files; argument
Dvmlinux.h23563 struct files_struct { struct
23564 atomic_t count;
23565 bool resize_in_progress;
23566 wait_queue_head_t resize_wait;
23567 struct fdtable *fdt;
23568 struct fdtable fdtab;
23594 struct files_struct *files; argument
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h20639 struct files_struct { struct
20662 struct files_struct *files; argument
Dvmlinux_510.h20639 struct files_struct { struct
20662 struct files_struct *files; argument
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h25806 struct files_struct { struct
25807 atomic_t count;
25808 bool resize_in_progress;
25809 wait_queue_head_t resize_wait;
25810 struct fdtable *fdt;
25811 struct fdtable fdtab;
25816 spinlock_t file_lock;
25817 unsigned int next_fd;
25818 long unsigned int close_on_exec_init[1];
25819 long unsigned int open_fds_init[1];
[all …]
Dvmlinux.h25806 struct files_struct { struct
25807 atomic_t count;
25808 bool resize_in_progress;
25809 wait_queue_head_t resize_wait;
25810 struct fdtable *fdt;
25811 struct fdtable fdtab;
25816 spinlock_t file_lock;
25817 unsigned int next_fd;
25818 long unsigned int close_on_exec_init[1];
25819 long unsigned int open_fds_init[1];
[all …]