Lines Matching defs:wanted
331 * wanted(I) - flag associated with newflag to indicate
348 * wanted but from the fw_flags set: only he that sets the flag has the
352 * wanted - the FWF_*_WANTED flag that describes the action being requested
357 hook_wait_setflag(flagwait_t *waiter, uint32_t busyset, fwflag_t wanted,
370 wantedset = ((waiter->fw_flags & wanted) == wanted);
372 waiter->fw_flags |= wanted;
385 waiter->fw_flags &= ~wanted;
392 waiter->fw_flags &= ~wanted;
393 ASSERT((waiter->fw_flags & wanted) == 0);