Searched refs:AXF_INUSE (Results 1 – 2 of 2) sorted by relevance
167 if (!test_and_set_bit(AXF_INUSE, &axp->ctrl.flags)) in ax_alloc()181 set_bit(AXF_INUSE, &axp->ctrl.flags); in ax_alloc()198 set_bit(AXF_INUSE, &axp->ctrl.flags); in ax_alloc()204 clear_bit(AXF_INUSE,&axp->ctrl.flags); in ax_alloc()222 if (!test_and_clear_bit(AXF_INUSE, &ax->flags)) in ax_free()568 ax->flags &= (1 << AXF_INUSE); /* Clear ESCAPE & ERROR flags */ in ax_open()
49 #define AXF_INUSE 0 /* Channel in use */ macro