Home
last modified time | relevance | path

Searched refs:NON_BLOCKING (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/scsi/mpt3sas/
Dmpt3sas_ctl.c77 NON_BLOCKING, enumerator
2318 state = (file->f_flags & O_NONBLOCK) ? NON_BLOCKING : BLOCKING; in _ctl_ioctl_main()
2319 if (state == NON_BLOCKING) { in _ctl_ioctl_main()
/Linux-v5.4/fs/ceph/
Dcaps.c2536 NON_BLOCKING = 1, enumerator
2624 if (flags & NON_BLOCKING) { in try_get_cap_refs()
2730 (nonblock ? NON_BLOCKING : 0), got); in ceph_try_get_caps()
2770 flags |= NON_BLOCKING; in ceph_get_caps()