Lines Matching refs:needput
67 bool *needput) in aa_get_newest_cred_label_condref() argument
72 *needput = true; in aa_get_newest_cred_label_condref()
76 *needput = false; in aa_get_newest_cred_label_condref()
80 static inline void aa_put_label_condref(struct aa_label *l, bool needput) in aa_put_label_condref() argument
82 if (unlikely(needput)) in aa_put_label_condref()
125 bool needput) in __end_current_label_crit_section() argument
127 if (unlikely(needput)) in __end_current_label_crit_section()
158 static inline struct aa_label *__begin_current_label_crit_section(bool *needput) in __begin_current_label_crit_section() argument
163 *needput = true; in __begin_current_label_crit_section()
167 *needput = false; in __begin_current_label_crit_section()
203 bool needput; in aa_get_current_ns() local
205 label = __begin_current_label_crit_section(&needput); in aa_get_current_ns()
207 __end_current_label_crit_section(label, needput); in aa_get_current_ns()