Lines Matching refs:is
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
6 # It is important that we start bpfloader after:
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
16 # failures (before memory is fragmented, and cpu is busy running tons of other
17 # stuff) and we absolutely want to be before netd and the system boot slot is
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.
38 # if its memlock rlimit is only 8MiB - since there would be none left for it.
40 # bpfloader succeeding is critical to system health, since a failure will
42 # recovery is a full kernel reboot.
50 # But we don't know what that is for all possible devices...
54 # capability is not even checked by the kernel's bpf system call.