Home
last modified time | relevance | path

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

/linux/include/rv/
H A Dda_monitor.h425 struct da_monitor_storage *mon_storage; in da_create_empty_storage() local
427 mon_storage = kmalloc_nolock(sizeof(struct da_monitor_storage), in da_create_empty_storage()
429 if (!mon_storage) in da_create_empty_storage()
432 hash_add_rcu(da_monitor_ht, &mon_storage->node, id); in da_create_empty_storage()
433 mon_storage->id = id; in da_create_empty_storage()
434 return mon_storage; in da_create_empty_storage()
448 struct da_monitor_storage *mon_storage; in da_create_storage() local
453 mon_storage = da_create_empty_storage(id); in da_create_storage()
454 if (!mon_storage) in da_create_storage()
457 mon_storage->target = target; in da_create_storage()
[all …]