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

/linux-master/include/uapi/linux/
H A Dcn_proc.h35 PROC_EVENT_COMM | PROC_EVENT_NONZERO_EXIT | \
60 PROC_EVENT_NONZERO_EXIT = 0x20000000, enumerator in enum:proc_cn_event
/linux-master/tools/testing/selftests/connector/
H A Dproc_filter.c264 input.event_type = PROC_EVENT_NONZERO_EXIT;
/linux-master/drivers/connector/
H A Dcn_proc.c74 * (PROC_EVENT_NONZERO_EXIT) and exit status is 0
76 if (((__u32)val & PROC_EVENT_NONZERO_EXIT) &&

Completed in 195 milliseconds