Searched refs:lock_profile_ancs (Results 1 – 1 of 1) sorted by relevance
325 static struct lock_profile_anc lock_profile_ancs[LOCKPROF_TYPE_N]; variable337 for ( hq = lock_profile_ancs[i].head_q; hq; hq = hq->head_q ) in spinlock_profile_iterate()347 printk("%s %s:\n", lock_profile_ancs[type].name, data->name); in spinlock_profile_print_elem()349 printk("%s %d %s:\n", lock_profile_ancs[type].name, idx, data->name); in spinlock_profile_print_elem()451 qhead->head_q = lock_profile_ancs[type].head_q; in _lock_profile_register_struct()452 lock_profile_ancs[type].head_q = qhead; in _lock_profile_register_struct()453 lock_profile_ancs[type].name = name; in _lock_profile_register_struct()463 for ( q = &lock_profile_ancs[type].head_q; *q; q = &(*q)->head_q ) in _lock_profile_deregister_struct()
Completed in 3 milliseconds