Lines Matching refs:AF_MAX
200 static struct lock_class_key af_family_keys[AF_MAX];
201 static struct lock_class_key af_family_kern_keys[AF_MAX];
202 static struct lock_class_key af_family_slock_keys[AF_MAX];
203 static struct lock_class_key af_family_kern_slock_keys[AF_MAX];
229 static const char *const af_family_key_strings[AF_MAX+1] = {
232 static const char *const af_family_slock_key_strings[AF_MAX+1] = {
235 static const char *const af_family_clock_key_strings[AF_MAX+1] = {
239 static const char *const af_family_kern_key_strings[AF_MAX+1] = {
242 static const char *const af_family_kern_slock_key_strings[AF_MAX+1] = {
245 static const char *const af_family_kern_clock_key_strings[AF_MAX+1] = {
248 static const char *const af_family_rlock_key_strings[AF_MAX+1] = {
251 static const char *const af_family_wlock_key_strings[AF_MAX+1] = {
254 static const char *const af_family_elock_key_strings[AF_MAX+1] = {
262 static struct lock_class_key af_callback_keys[AF_MAX];
263 static struct lock_class_key af_rlock_keys[AF_MAX];
264 static struct lock_class_key af_wlock_keys[AF_MAX];
265 static struct lock_class_key af_elock_keys[AF_MAX];
266 static struct lock_class_key af_kern_callback_keys[AF_MAX];