Home
last modified time | relevance | path

Searched refs:blinded (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/Documentation/process/
D6.Followthrough.rst69 be easy to become blinded by your own solution to a problem to the point
/linux-6.1.9/kernel/bpf/
Dcore.c1399 if (!prog->blinding_requested || prog->blinded) in bpf_jit_blind_constants()
1452 clone->blinded = 1; in bpf_jit_blind_constants()
Dsyscall.c3969 if (prog->blinded && !bpf_dump_raw_ok(file->f_cred)) { in bpf_prog_get_info_by_fd()
/linux-6.1.9/include/linux/
Dbpf.h1223 blinded:1, /* Was blinded */ member