Lines Matching refs:needput
51 bool *needput) in aa_get_newest_cred_label_condref() argument
56 *needput = true; in aa_get_newest_cred_label_condref()
60 *needput = false; in aa_get_newest_cred_label_condref()
64 static inline void aa_put_label_condref(struct aa_label *l, bool needput) in aa_put_label_condref() argument
66 if (unlikely(needput)) in aa_put_label_condref()
113 bool needput) in __end_cred_crit_section() argument
115 if (unlikely(needput)) in __end_cred_crit_section()
150 bool *needput) in __begin_cred_crit_section() argument
155 *needput = true; in __begin_cred_crit_section()
159 *needput = false; in __begin_cred_crit_section()
172 bool needput) in __end_current_label_crit_section() argument
174 __end_cred_crit_section(label, needput); in __end_current_label_crit_section()
204 static inline struct aa_label *__begin_current_label_crit_section(bool *needput) in __begin_current_label_crit_section() argument
206 return __begin_cred_crit_section(current_cred(), needput); in __begin_current_label_crit_section()
241 bool needput; in aa_get_current_ns() local
243 label = __begin_current_label_crit_section(&needput); in aa_get_current_ns()
245 __end_current_label_crit_section(label, needput); in aa_get_current_ns()