Searched refs:lock_profile_ancs (Results 1 – 1 of 1) sorted by relevance
351 static struct lock_profile_anc lock_profile_ancs[LOCKPROF_TYPE_N]; variable363 for ( hq = lock_profile_ancs[i].head_q; hq; hq = hq->head_q ) in spinlock_profile_iterate()374 printk("%s ", lock_profile_ancs[type].name); in spinlock_profile_print_elem()480 qhead->head_q = lock_profile_ancs[type].head_q; in _lock_profile_register_struct()481 lock_profile_ancs[type].head_q = qhead; in _lock_profile_register_struct()482 lock_profile_ancs[type].name = name; in _lock_profile_register_struct()492 for ( q = &lock_profile_ancs[type].head_q; *q; q = &(*q)->head_q ) in _lock_profile_deregister_struct()
Completed in 2 milliseconds