Lines Matching +full:post +full:- +full:fs +full:- +full:data
1 # zygote-start is what officially starts netd (see //system/core/rootdir/init.rc)
2 # However, on some hardware it's started from post-fs-data as well, which is just
7 # - /sys/fs/bpf is already mounted,
8 # - apex (incl. rollback) is initialized (so that in the future we can load bpf
10 # - system properties have been set, this is because isBpfSupported() calls
13 # - logd is ready for us to log stuff
21 # Enable the eBPF JIT -- but do note that on 64-bit kernels it is likely
35 # However, while the rlimit is per-thread, the accounting is system wide.
37 # memlock data before bpfloader even gets a chance to run, it would fail
38 # if its memlock rlimit is only 8MiB - since there would be none left for it.
60 reboot_on_failure reboot,bpfloader-failed