Searched refs:F_WAKE1_SAFE (Results 1 – 2 of 2) sorted by relevance
320 lock->lf_flags |= F_WAKE1_SAFE; in lf_advlock()728 block->lf_flags &= ~F_WAKE1_SAFE; in lf_setlock()1469 if (force_all == FALSE && (listhead->lf_flags & F_WAKE1_SAFE)) { in lf_wakelock()
464 #define F_WAKE1_SAFE 0x100 /* its safe to only wake one waiter */ macro