Home
last modified time | relevance | path

Searched refs:vnode (Results 1 – 4 of 4) sorted by relevance

/external/llvm/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll44 …8, i8, i8, %struct.lock, i64, i64, i8*, i32, i8, i8, i8, i8, i64, %struct.vnode*, i32, i32, %struc…
47 …, i8, i8, i8, %struct.buf_ops*, i32, i8, i8, i8, i8, %struct.vm_object*, %6, i8*, %struct.vnode* }>
56 …%struct.file = type <{ i8*, %struct.fileops*, %struct.ucred*, %struct.vnode*, i16, i16, i32, i32, …
62 %struct.freelst = type <{ %struct.vnode*, %struct.vnode** }>
90 … type <{ i16, i16, i8, i8, i8, i8, i64, i64, %struct.lock_owner*, %struct.vnode*, %struct.inode*, …
98 …, i8, %struct.mntlist, %struct.vfsops*, %struct.vfsconf*, %struct.vnode*, %struct.vnode*, i32, i8,…
111 …t.mtx, %struct.task, %struct.osd, %struct.cpuset*, %struct.vnet*, %struct.vnode*, i32, i32, %struc…
112 …struct.rusage_ext, i32, i32, i32, i8, i8, i8, i8, %struct.vnode*, %struct.ucred*, %struct.vnode*, …
122 …%struct.session = type <{ i32, i8, i8, i8, i8, %struct.proc*, %struct.vnode*, %struct.tty*, i32, […
149vnode**)*, i32 (%struct.mount*, i32, i32, i8*)*, i32 (%struct.mount*, %struct.statfs*)*, i32 (%str…
[all …]
/external/swiftshader/third_party/LLVM/test/Analysis/ScalarEvolution/
Davoid-infinite-recursion-1.ll44 …8, i8, i8, %struct.lock, i64, i64, i8*, i32, i8, i8, i8, i8, i64, %struct.vnode*, i32, i32, %struc…
47 …, i8, i8, i8, %struct.buf_ops*, i32, i8, i8, i8, i8, %struct.vm_object*, %6, i8*, %struct.vnode* }>
56 …%struct.file = type <{ i8*, %struct.fileops*, %struct.ucred*, %struct.vnode*, i16, i16, i32, i32, …
62 %struct.freelst = type <{ %struct.vnode*, %struct.vnode** }>
90 … type <{ i16, i16, i8, i8, i8, i8, i64, i64, %struct.lock_owner*, %struct.vnode*, %struct.inode*, …
98 …, i8, %struct.mntlist, %struct.vfsops*, %struct.vfsconf*, %struct.vnode*, %struct.vnode*, i32, i8,…
111 …t.mtx, %struct.task, %struct.osd, %struct.cpuset*, %struct.vnet*, %struct.vnode*, i32, i32, %struc…
112 …struct.rusage_ext, i32, i32, i32, i8, i8, i8, i8, %struct.vnode*, %struct.ucred*, %struct.vnode*, …
122 …%struct.session = type <{ i32, i8, i8, i8, i8, %struct.proc*, %struct.vnode*, %struct.tty*, i32, […
149vnode**)*, i32 (%struct.mount*, i32, i32, i8*)*, i32 (%struct.mount*, %struct.statfs*)*, i32 (%str…
[all …]
/external/toybox/toys/pending/
Dcrond.c306 VAR *v, *vnode = (VAR *)l->var; in free_cronfile() local
310 while (vnode && (v = dlist_pop(&vnode))) { in free_cronfile()
397 VAR *v, *vnode = (VAR *)cfile->var; in scan_cronfiles() local
402 while (vnode && (v = dlist_pop(&vnode))) { in scan_cronfiles()
/external/valgrind/coregrind/
Dm_hashtable.c144 void VG_(HT_add_node) ( VgHashTable *table, void* vnode ) in VG_()
146 VgHashNode* node = (VgHashNode*)vnode; in VG_()