Searched refs:unpriv_enable (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dsyscall.c5974 int ret, unpriv_enable = *(int *)table->data; local
5975 bool locked_state = unpriv_enable == 1;
5981 tmp.data = &unpriv_enable;
5984 if (locked_state && unpriv_enable != 1)
5986 *(int *)table->data = unpriv_enable;
5990 unpriv_ebpf_notify(unpriv_enable);

Completed in 158 milliseconds