Searched refs:do_unlock (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dincludes.h54 int do_unlock(int);
H A Dlock.c35 int do_unlock(int fd) function
H A Dbuildreq.c141 fflush(sf); /* fflush because a process may read it between the do_unlock and fclose */
143 if (do_unlock(fileno(sf)) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadsgi.cpp173 bool do_unlock = wxThread::IsMain(); local
176 if (do_unlock)
179 if (do_unlock)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadsgi.cpp173 bool do_unlock = wxThread::IsMain(); local
176 if (do_unlock)
179 if (do_unlock)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dti_usb_3410_5052.c647 int do_unlock; local
675 do_unlock = !mutex_lock_interruptible(&tdev->td_open_close_lock);
682 if (do_unlock)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dblocking.c300 do_unlock(fsp,
H A Dreply.c3000 status = do_unlock(fsp,
3588 status = do_unlock(fsp,
5617 status = do_unlock(fsp,
5779 do_unlock(fsp,
H A Dtrans2.c4810 status = do_unlock(fsp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/exofs/
H A Dinode.c188 static int __readpages_done(struct page_collect *pcol, bool do_unlock) argument
224 if (do_unlock)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Dsuper.c730 goto do_unlock;
743 do_unlock:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dev-layer.c1042 static int do_unlock(struct cardstate *cs) function
1405 cs->cmd_result = ev->parameter ? do_lock(cs) : do_unlock(cs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/locking/
H A Dlocking.c240 NTSTATUS do_unlock(files_struct *fsp, function
257 DEBUG(10,("do_unlock: unlock start=%.0f len=%.0f requested for fnum %d file %s\n",
275 DEBUG(10,("do_unlock: returning ERRlock.\n" ));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dlock.c30 do_unlock(r, lkb)
2248 * do_request(), do_convert(), do_unlock(), do_cancel()
2366 static int do_unlock(struct dlm_rsb *r, struct dlm_lkb *lkb) function
2460 /* receive_unlock() calls do_unlock() on remote node */
2463 error = do_unlock(r, lkb);
2465 between do_unlock and do_unlock_effects */
3310 error = do_unlock(r, lkb);
3674 /* this is the value returned from do_unlock() on the master */

Completed in 177 milliseconds