Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dkmem.c5211 } kmem_move_notify_args_t; typedef
5216 kmem_move_notify_args_t *args = arg; in kmem_cache_move_notify_task()
5224 kmem_free(args, sizeof (kmem_move_notify_args_t)); in kmem_cache_move_notify_task()
5282 kmem_move_notify_args_t *args; in kmem_cache_move_notify()
5284 args = kmem_alloc(sizeof (kmem_move_notify_args_t), KM_NOSLEEP); in kmem_cache_move_notify()
5291 kmem_free(args, sizeof (kmem_move_notify_args_t)); in kmem_cache_move_notify()