Searched refs:intr (Results 1 – 5 of 5) sorted by relevance
314 int afs_wait_for_fs_probes(struct afs_operation *op, struct afs_server_state *states, bool intr) in afs_wait_for_fs_probes() argument341 set_current_state(intr ? TASK_INTERRUPTIBLE : TASK_UNINTERRUPTIBLE); in afs_wait_for_fs_probes()
177 bool intr; /* T if interruptible */ member1225 int afs_wait_for_fs_probes(struct afs_operation *op, struct afs_server_state *states, bool intr);1413 call->intr = !(op->flags & AFS_OPERATION_UNINTR); in afs_make_op_call()
384 (call->intr ? RXRPC_PREINTERRUPTIBLE : in afs_make_call()
248 bool intr:1; member
1688 ctx->intr = !result.negated; in smb3_fs_context_parse_param()
Completed in 20 milliseconds