Searched refs:locked (Results 26 - 41 of 41) sorted by relevance

12

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dsocketvar.h340 void sbunlock(struct sockbuf *sb, int locked);
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmappings.h379 extern void mapping_free_init(vm_offset_t mbl, int perm, boolean_t locked); /* Sets start and end of a block of mappings */
H A Dcswtch.s449 cmplwi cr1,r7,0 ; Is it locked?
453 bne-- cr1,fssync0a ; Yea, still locked so sniff harder...
634 cmplwi cr1,r19,0 ; Is it locked?
638 bne-- cr1,fswsync0a ; Yea, still locked so sniff harder...
740 cmplwi cr1,r19,0 ; Is it locked?
744 bne-- cr1,fsnsync0a ; Yea, still locked so sniff harder...
749 bne-- fsnsync0 ; Unfortunately, it is locked...
1163 cmplwi cr1,r7,0 ; Is it locked?
1167 bne-- cr1,vssync0a ; Yea, still locked so sniff harder...
1367 cmplwi cr1,r19,0 ; Is it locked
[all...]
H A Dhw_vm.s446 * from having to worry about a deadlock due to having anything locked
704 mr. r5,r5 ; Is it locked?
705 li r5,1 ; Get locked indicator
706 bne- hrmPtlb32 ; It is locked, go spin...
1016 mr. r2,r2 ; Is it locked?
1018 bne- hrmBTLBlck ; It is locked, go wait...
1128 mr. r5,r5 ; Is it locked?
1129 li r5,1 ; Get locked indicator
1130 bne-- hrmPtlb64w ; It is locked, go spin...
1199 mr. r5,r5 ; is it locked
[all...]
H A Dsavearea_asm.s1012 * are off, the savearea anchor is locked, and:
1120 * are off, SF is on, the savearea anchor is locked, and:
1280 save_recover1: ; by the time we locked the anchor, no longer short
1298 * are off, the savearea anchor is locked, and:
1387 * are off, the savearea anchor is locked, and:
1474 bne-- savelock1 ; already locked, wait for it to clear...
1561 * PTE miss) once the savearea anchor is locked, since that would result in
H A Dhw_lock.s176 and. r3,r6,r12 ; Is it locked?
1773 andi. r3,r11,ILK_LOCKED ; Is it locked?
H A Dmachine_routines_asm.s1245 mr. r2,r2 ; Is it locked?
1246 bne- citlbhang ; It is locked, go wait...
H A Dhw_exception.s1760 mr. r26,r26 ; (TEST/DEBUG) Have we locked the test out?
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_nbr.c344 int locked)
520 ip6_output(m, NULL, NULL, dad ? IPV6_DADOUTPUT : 0, &im6o, &outif, locked);
338 nd6_ns_output( struct ifnet *ifp, const struct in6_addr *daddr6, const struct in6_addr *taddr6, struct llinfo_nd6 *ln, int dad, int locked) argument
H A Dip6_output.c169 int locked)
193 if (!locked)
422 locked = 1; /* Don't want to take lock to unlock it right away */
427 locked = 1; /* Don't want to take lock to unlock it right away */
856 * field isn't locked).
1153 if (!locked)
162 ip6_output( struct mbuf *m0, struct ip6_pktopts *opt, struct route_in6 *ro, int flags, struct ip6_moptions *im6o, struct ifnet **ifpp, int locked) argument
H A Din6.c265 in6_ifremloop(struct ifaddr *ifa, int locked) argument
287 if (!locked)
296 if (!locked)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_vfsutils.c1028 * Check to see if a vnode is locked in the current context
1034 int locked; local
1042 locked = VTOC(vp)->c_lockowner == (void *)current_thread();
1044 if (!locked && !shareable) {
1047 panic("extents btree not locked! v: 0x%08X\n #\n", (u_int)vp);
1050 panic("catalog btree not locked! v: 0x%08X\n #\n", (u_int)vp);
1055 panic("allocation file not locked! v: 0x%08X\n #\n", (u_int)vp);
1058 panic("startup file not locked! v: 0x%08X\n #\n", (u_int)vp);
1060 panic("attributes btree not locked! v: 0x%08X\n #\n", (u_int)vp);
1434 * should be locked i
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkey.c1311 key_freesp(sp, locked)
1313 int locked;
1320 if (!locked)
1331 if (!locked)
1437 key_freesav(sav, locked)
1439 int locked;
1446 if (!locked)
1457 if (!locked)
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_bio.c586 * ("locked" indicates whether nfs_buf_mutex is already held)
589 nfs_buf_delwri_push(int locked) argument
593 if (!locked)
603 if (!locked)
2417 /* We need to make sure the pages are locked before doing I/O. */
3481 * Called with the underlying object locked.
H A Dnfs_socket.c1504 nfs_request_ref(struct nfsreq *req, int locked) argument
1506 if (!locked)
1511 if (!locked)
2146 panic("req locked");
H A Dnfs_vnops.c3240 int error, nfsvers, inuse=0, tvprecycle=0, locked=0; local
3269 locked = 1;
3385 if (locked) {

Completed in 303 milliseconds

12