Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kernel/
Dapm_32.c1588 struct apm_user *as1; in do_release() local
1590 for (as1 = user_list; in do_release()
1591 (as1 != NULL) && (as1->next != as); in do_release()
1592 as1 = as1->next) in do_release()
1594 if (as1 == NULL) in do_release()
1597 as1->next = as->next; in do_release()
/linux-4.4.14/fs/afs/
Dsuper.c292 struct afs_super_info *as1 = data; in afs_test_super() local
295 return as->volume == as1->volume; in afs_test_super()