Searched refs:k_lock (Results 1 – 3 of 3) sorted by relevance
88 spin_lock_init(&k->k_lock); in klist_init()96 spin_lock(&k->k_lock); in add_head()98 spin_unlock(&k->k_lock); in add_head()103 spin_lock(&k->k_lock); in add_tail()105 spin_unlock(&k->k_lock); in add_tail()151 spin_lock(&k->k_lock); in klist_add_behind()153 spin_unlock(&k->k_lock); in klist_add_behind()167 spin_lock(&k->k_lock); in klist_add_before()169 spin_unlock(&k->k_lock); in klist_add_before()214 spin_lock(&k->k_lock); in klist_put()[all …]
19 spinlock_t k_lock; member26 { .k_lock = __SPIN_LOCK_UNLOCKED(_name.k_lock), \
76 k_meta, k_ascii, k_lock, k_lowercase,\942 static void k_lock(struct vc_data *vc, unsigned char value, char up_flag) in k_lock() function