Home
last modified time | relevance | path

Searched refs:NON_BLOCKING (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c70 * @NON_BLOCKING: non blocking
77 NON_BLOCKING, enumerator
2557 state = (file->f_flags & O_NONBLOCK) ? NON_BLOCKING : BLOCKING; in _ctl_ioctl_main()
2558 if (state == NON_BLOCKING) { in _ctl_ioctl_main()
/kernel/linux/linux-6.6/drivers/scsi/mpt3sas/
H A Dmpt3sas_ctl.c70 * @NON_BLOCKING: non blocking
77 NON_BLOCKING, enumerator
2631 state = (file->f_flags & O_NONBLOCK) ? NON_BLOCKING : BLOCKING; in _ctl_ioctl_main()
2632 if (state == NON_BLOCKING) { in _ctl_ioctl_main()
/kernel/linux/linux-5.10/fs/ceph/
H A Dcaps.c2724 NON_BLOCKING = (1 << 8), enumerator
2802 if (flags & NON_BLOCKING) { in try_get_cap_refs()
2932 flags |= NON_BLOCKING; in ceph_try_get_caps()
2991 flags |= NON_BLOCKING; in ceph_get_caps()
/kernel/linux/linux-6.6/fs/ceph/
H A Dcaps.c2742 NON_BLOCKING = (1 << 8), enumerator
2824 if (flags & NON_BLOCKING) { in try_get_cap_refs()
2950 flags |= NON_BLOCKING; in ceph_try_get_caps()
3007 flags |= NON_BLOCKING; in __ceph_get_caps()

Completed in 20 milliseconds