Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dkmem.c5266 } kmem_move_notify_args_t; typedef
5271 kmem_move_notify_args_t *args = arg; in kmem_cache_move_notify_task()
5279 kmem_free(args, sizeof (kmem_move_notify_args_t)); in kmem_cache_move_notify_task()
5342 kmem_move_notify_args_t *args; in kmem_cache_move_notify()
5345 args = kmem_alloc(sizeof (kmem_move_notify_args_t), KM_NOSLEEP); in kmem_cache_move_notify()
5352 kmem_free(args, sizeof (kmem_move_notify_args_t)); in kmem_cache_move_notify()