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

/linux-master/kernel/
H A Dsignal.c3883 #define PIDFD_SEND_SIGNAL_FLAGS \ macro
3911 if (flags & ~PIDFD_SEND_SIGNAL_FLAGS)
3915 if (hweight32(flags & PIDFD_SEND_SIGNAL_FLAGS) > 1)

Completed in 136 milliseconds