Searched refs:TF_ORIG_DFL (Results 1 – 3 of 3) sorted by relevance
1428 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) { in block_pipe()1430 if (p->flags & TF_ORIG_DFL) in block_pipe()1464 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) { in setsig()1467 TF_ORIG_IGN : TF_ORIG_DFL; in setsig()1512 if (!(p->flags & (TF_ORIG_IGN|TF_ORIG_DFL))) in setexecsig()
344 (TF_ORIG_IGN | TF_ORIG_DFL)) in j_change()
724 #define TF_ORIG_DFL BIT(3) /* original action was SIG_DFL */ macro