Searched refs:profile_probe_percpu_t (Results 1 – 1 of 1) sorted by relevance
198 } profile_probe_percpu_t; typedef303 profile_probe_percpu_t *pcpu = arg; in profile_fire()372 profile_probe_percpu_t *pcpu = arg; in profile_fire()584 profile_probe_percpu_t *pcpu; in profile_online()586 pcpu = kmem_zalloc(sizeof (profile_probe_percpu_t), KM_SLEEP); in profile_online()603 profile_probe_percpu_t *pcpu = oarg; in profile_offline()606 kmem_free(pcpu, sizeof (profile_probe_percpu_t)); in profile_offline()660 profile_probe_percpu_t *pcpu; in profile_enable_omni()665 pcpu = kmem_zalloc(sizeof(profile_probe_percpu_t), KM_SLEEP); in profile_enable_omni()680 profile_probe_percpu_t *pcpu; in profile_disable_omni()[all …]