Searched refs:KN_DEACTIVATED_BIAS (Results 1 – 2 of 2) sorted by relevance
445 if (likely(v != KN_DEACTIVATED_BIAS)) in kernfs_put_active()471 if (atomic_read(&kn->active) != KN_DEACTIVATED_BIAS) in kernfs_drain()477 atomic_read(&kn->active) == KN_DEACTIVATED_BIAS); in kernfs_drain()523 WARN_ONCE(atomic_read(&kn->active) != KN_DEACTIVATED_BIAS, in kernfs_put()604 atomic_set(&kn->active, KN_DEACTIVATED_BIAS); in __kernfs_new_node()1301 WARN_ON_ONCE(atomic_read(&pos->active) != KN_DEACTIVATED_BIAS); in kernfs_activate()1303 atomic_sub(KN_DEACTIVATED_BIAS, &pos->active); in kernfs_activate()1330 atomic_add(KN_DEACTIVATED_BIAS, &pos->active); in __kernfs_remove()1353 WARN_ON_ONCE(atomic_read(&kn->active) != KN_DEACTIVATED_BIAS); in __kernfs_remove()1498 atomic_read(&kn->active) == KN_DEACTIVATED_BIAS) in kernfs_remove_self()
35 #define KN_DEACTIVATED_BIAS (INT_MIN + 1) macro
Completed in 5 milliseconds