Lines Matching refs:AF_MAX
210 static struct lock_class_key af_family_keys[AF_MAX];
211 static struct lock_class_key af_family_kern_keys[AF_MAX];
212 static struct lock_class_key af_family_slock_keys[AF_MAX];
213 static struct lock_class_key af_family_kern_slock_keys[AF_MAX];
240 static const char *const af_family_key_strings[AF_MAX+1] = {
243 static const char *const af_family_slock_key_strings[AF_MAX+1] = {
246 static const char *const af_family_clock_key_strings[AF_MAX+1] = {
250 static const char *const af_family_kern_key_strings[AF_MAX+1] = {
253 static const char *const af_family_kern_slock_key_strings[AF_MAX+1] = {
256 static const char *const af_family_kern_clock_key_strings[AF_MAX+1] = {
259 static const char *const af_family_rlock_key_strings[AF_MAX+1] = {
262 static const char *const af_family_wlock_key_strings[AF_MAX+1] = {
265 static const char *const af_family_elock_key_strings[AF_MAX+1] = {
273 static struct lock_class_key af_callback_keys[AF_MAX];
274 static struct lock_class_key af_rlock_keys[AF_MAX];
275 static struct lock_class_key af_wlock_keys[AF_MAX];
276 static struct lock_class_key af_elock_keys[AF_MAX];
277 static struct lock_class_key af_kern_callback_keys[AF_MAX];