Home
last modified time | relevance | path

Searched refs:drctl_req_len (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/sun4v/io/
H A Ddr_io.c447 size_t drctl_req_len; in dr_io_configure() local
527 drctl_req_len = sizeof (drctl_rsrc_t) + MAXPATHLEN; in dr_io_configure()
528 drctl_req = kmem_zalloc(drctl_req_len, KM_SLEEP); in dr_io_configure()
530 __func__, (void *)drctl_req, drctl_req_len); in dr_io_configure()
617 __func__, (void *)drctl_req, drctl_req_len); in dr_io_configure()
618 kmem_free(drctl_req, drctl_req_len); in dr_io_configure()
651 size_t drctl_req_len; in dr_io_unconfigure() local
672 drctl_req_len = sizeof (drctl_rsrc_t) + MAXPATHLEN; in dr_io_unconfigure()
673 drctl_req = kmem_zalloc(drctl_req_len, KM_SLEEP); in dr_io_unconfigure()
675 __func__, (void *)drctl_req, drctl_req_len); in dr_io_unconfigure()
[all …]
H A Ddr_cpu.c387 size_t drctl_req_len; in dr_cpu_list_wrk() local
428 drctl_req_len = sizeof (drctl_rsrc_t) * count; in dr_cpu_list_wrk()
429 drctl_req = kmem_zalloc(drctl_req_len, KM_SLEEP); in dr_cpu_list_wrk()
431 __func__, (void *)drctl_req, drctl_req_len); in dr_cpu_list_wrk()
460 __func__, (void *)drctl_req, drctl_req_len); in dr_cpu_list_wrk()
461 kmem_free(drctl_req, drctl_req_len); in dr_cpu_list_wrk()
534 __func__, (void *)drctl_req, drctl_req_len); in dr_cpu_list_wrk()
535 kmem_free(drctl_req, drctl_req_len); in dr_cpu_list_wrk()
H A Ddr_mem.c434 size_t drctl_req_len; in dr_mem_list_wrk() local
471 drctl_req_len = sizeof (drctl_rsrc_t) * count; in dr_mem_list_wrk()
472 drctl_req = kmem_zalloc(drctl_req_len, KM_SLEEP); in dr_mem_list_wrk()
489 kmem_free(drctl_req, drctl_req_len); in dr_mem_list_wrk()
568 kmem_free(drctl_req, drctl_req_len); in dr_mem_list_wrk()