Home
last modified time | relevance | path

Searched refs:supports_vmalloc (Results 1 – 7 of 7) sorted by relevance

/linux/include/net/9p/
H A Dtransport.h57 bool supports_vmalloc; /* can work with vmalloc'd buffers */ member
/linux/net/9p/
H A Dtrans_fd.c1001 .supports_vmalloc = true,
1016 .supports_vmalloc = true,
1031 .supports_vmalloc = true,
H A Dtrans_xen.c263 .supports_vmalloc = false,
H A Dtrans_rdma.c639 .supports_vmalloc = false,
H A Dtrans_virtio.c806 .supports_vmalloc = false,
H A Dtrans_usbg.c519 .supports_vmalloc = false,
H A Dclient.c102 if (!fc->sdata && c->trans_mod->supports_vmalloc) { in p9_fcall_init()
107 if (c->trans_mod->supports_vmalloc) in p9_fcall_init()