Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dacct.c160 static inline struct bsd_acct_struct *to_acct(struct fs_pin *p) in to_acct() function
171 res = to_acct(READ_ONCE(ns->bacct)); in acct_get()
183 if (res != to_acct(READ_ONCE(ns->bacct))) { in acct_get()
193 struct bsd_acct_struct *acct = to_acct(pin); in acct_pin_kill()