Searched refs:access_ok (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/config/ |
| H A D | kernel-access-ok-type.m4 | 2 dnl # Linux 5.0: access_ok() drops 'type' parameter: 4 dnl # - access_ok(type, addr, size) 5 dnl # + access_ok(addr, size) 14 int error __attribute__((unused)) = access_ok(0, addr, size); 19 AC_MSG_CHECKING([whether access_ok() has 'type' parameter]) 23 [kernel has access_ok with 'type' parameter])
|
| /f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | kmap_compat.h | 38 #define zfs_access_ok(type, addr, size) access_ok(type, addr, size) 40 #define zfs_access_ok(type, addr, size) access_ok(addr, size)
|
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_user.c | 716 vq->access_ok = 1; in translate_ring_addresses() 774 vq->access_ok = 1; in translate_ring_addresses() 799 bool access_ok; in vhost_user_set_vring_addr() local 810 access_ok = vq->access_ok; in vhost_user_set_vring_addr() 822 access_ok) { in vhost_user_set_vring_addr()
|
| H A D | virtio_net.c | 1427 if (unlikely(vq->access_ok == 0)) in virtio_dev_rx() 1687 if (likely(vq->enabled && vq->access_ok)) { in rte_vhost_poll_enqueue_completed() 1735 if (unlikely(vq->access_ok == 0)) in virtio_dev_rx_async_submit() 2498 if (unlikely(vq->access_ok == 0)) in rte_vhost_dequeue_burst()
|
| H A D | vhost.c | 513 vq->access_ok = 1; in vring_translate() 524 vq->access_ok = 0; in vring_invalidate()
|
| H A D | vhost.h | 149 int access_ok; member
|