Lines Matching defs:kmem_flags
84 int set_flags, int kmem_flags);
811 kcpc_ctx_alloc(int kmem_flags)
816 ctx = (kcpc_ctx_t *)kmem_zalloc(sizeof (kcpc_ctx_t), kmem_flags);
1868 kcpc_cpu_ctx_create(cpu_t *cp, kcpc_request_list_t *req_list, int kmem_flags,
1887 ctx_ptrs = kmem_zalloc(nctx_ptrs * sizeof (kcpc_ctx_t *), kmem_flags);
1904 ctx = kcpc_ctx_alloc(kmem_flags);
1905 set = kcpc_set_create(reqs, nreqs, 0, kmem_flags);
1925 set = kcpc_set_create(reqs, 1, 0, kmem_flags);
1948 kmem_flags);
2007 kmem_flags);
2249 kcpc_reqs_init(int nreqs, int kmem_flags)
2257 req_list = kmem_zalloc(sizeof (kcpc_request_list_t), kmem_flags);
2261 reqs = kmem_zalloc(nreqs * sizeof (kcpc_request_t), kmem_flags);
2279 uint_t flags, uint_t nattrs, kcpc_attr_t *attr, void *ptr, int kmem_flags)
2297 cpc_ncounters) * sizeof (kcpc_request_t), kmem_flags);
2373 kcpc_set_create(kcpc_request_t *reqs, int nreqs, int set_flags, int kmem_flags)
2381 set = kmem_zalloc(sizeof (kcpc_set_t), kmem_flags);
2398 set->ks_nreqs, kmem_flags);