Home
last modified time | relevance | path

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

/linux/fs/ceph/
H A Dcaps.c2810 NON_BLOCKING = (1 << 8), enumerator
2896 if (flags & NON_BLOCKING) { in try_get_cap_refs()
3026 flags |= NON_BLOCKING; in ceph_try_get_caps()
3087 flags |= NON_BLOCKING; in __ceph_get_caps()
/linux/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c77 NON_BLOCKING, enumerator
2745 state = (file->f_flags & O_NONBLOCK) ? NON_BLOCKING : BLOCKING; in _ctl_ioctl_main()
2746 if (state == NON_BLOCKING) { in _ctl_ioctl_main()