Home
last modified time | relevance | path

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

/third_party/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 …]