Home
last modified time | relevance | path

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

/fs/kernfs/
A Ddir.c475 if (likely(v != KN_DEACTIVATED_BIAS)) in kernfs_put_active()
504 if (atomic_read(&kn->active) == KN_DEACTIVATED_BIAS && in kernfs_drain()
512 if (atomic_read(&kn->active) != KN_DEACTIVATED_BIAS) in kernfs_drain()
517 atomic_read(&kn->active) == KN_DEACTIVATED_BIAS); in kernfs_drain()
579 WARN_ONCE(atomic_read(&kn->active) != KN_DEACTIVATED_BIAS, in kernfs_put()
656 atomic_set(&kn->active, KN_DEACTIVATED_BIAS); in __kernfs_new_node()
1402 WARN_ON_ONCE(atomic_read(&kn->active) != KN_DEACTIVATED_BIAS); in kernfs_activate_one()
1404 atomic_sub(KN_DEACTIVATED_BIAS, &kn->active); in kernfs_activate_one()
1462 atomic_add(KN_DEACTIVATED_BIAS, &kn->active); in kernfs_show()
1493 atomic_add(KN_DEACTIVATED_BIAS, &pos->active); in __kernfs_remove()
[all …]
A Dkernfs-internal.h61 #define KN_DEACTIVATED_BIAS (INT_MIN + 1) macro

Completed in 9 milliseconds