Searched refs:locks (Results 26 - 49 of 49) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dn_r3964.c530 pBlock->locks = 0;
874 pBlock->locks++;
931 block->locks--;
932 if (block->locks == 0) {
1157 pHeader->locks = 0;
H A Dsx.c839 if (test_and_set_bit(SX_PORT_TRANSMIT_LOCK, &port->locks)) {
903 clear_bit(SX_PORT_TRANSMIT_LOCK, &port->locks);
1113 if (test_and_set_bit(SX_BOARD_INTR_LOCK, &board->locks)) {
1135 clear_bit(SX_BOARD_INTR_LOCK, &board->locks);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dctree.c57 * set all locked nodes in the path to blocking locks. This should
64 if (p->nodes[i] && p->locks[i])
70 * reset all the locked nodes in the patch to spinning locks.
84 * in the right order. If any of the locks in the path are not
95 if (p->nodes[i] && p->locks[i])
114 * and it drops any locks held by this path
116 * It is safe to call this on paths that no locks or extent buffers held.
126 if (p->locks[i]) {
128 p->locks[i] = 0;
143 * at any time because there are no locks hel
[all...]
H A Dextent-tree.c5373 BUG_ON(!path->locks[level]);
5386 if (path->locks[level] && !wc->keep_locks) {
5388 path->locks[level] = 0;
5395 BUG_ON(!path->locks[level]);
5410 if (path->locks[level] && level > 0) {
5412 path->locks[level] = 0;
5522 path->locks[level] = 1;
5589 if (!path->locks[level]) {
5593 path->locks[level] = 1;
5603 path->locks[leve
[all...]
H A Dctree.h434 /* if there is real range locking, this locks field will change */
435 int locks[BTRFS_MAX_LEVEL]; member in struct:btrfs_path
437 /* keep some upper locks as we walk down */
441 * set by btrfs_split_item, tells search_slot to keep all locks
938 * can run with FS locks held, and the writers may be waiting for
939 * those locks. We don't want ordering in the pending list to cause
H A Drelocation.c2492 path->locks[upper->level] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dtest_groupmap.sh21 rm -f $PREFIX_ABS/var/locks/group_mapping.?db
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A DMakefile30 obj-$(CONFIG_FILE_LOCKING) += locks.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/kernel/
H A Dum_arch.c388 void *locks, void *locks_end,
387 alternatives_smp_module_add(struct module *mod, char *name, void *locks, void *locks_end, void *text, void *text_end) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclirap2.c975 int converter,id, perms, locks; local
984 GETWORD(p, locks);
988 fn(fpath, fuser, perms, locks, id);
1070 int id, perms, locks; local
1075 GETWORD(p, locks);
1079 fn(fpath, fuser, perms, locks, id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Ddlm_internal.h249 struct list_head lkb_ownqueue; /* list of locks for a process */
542 the process's locks point back to it*/
557 /* locks list is kept so we can remove all a process's locks when it
565 struct list_head locks; member in struct:dlm_user_proc
H A Dlock.c41 Stage 2, xxxx_lock(), just finds and locks the relevant rsb which is
428 * NL locks on an rsb, but without the guarantee that the cached master value
430 * to keep NL locks on an rsb that they may lock again shortly; this can lead
759 /* convention says granted locks kept in order of grmode */
1371 compatible with other granted locks */
1463 * between locks on the convert queue while they couldn't be granted anyway.
1471 * be zero, i.e. there will never be conv-deadlk between two locks that are
1524 * mode locks. This flag is not valid for conversion requests.
1548 * locks
1563 * compatible with the granted modes of other locks o
[all...]
H A Duser.c150 An EOL lock needs to be removed from the process's list of locks.
642 hanging off the open file that's used to keep track of locks owned by the
662 INIT_LIST_HEAD(&proc->locks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/txn/
H A Dtxn_rec.c221 /* Re-acquire the locks for this transaction. */
222 lock_dbt = &argp->locks;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Disdn.h561 int locks; /* Number of locks for this driver */ member in struct:_isdn_driver
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dconditn.tex175 \helpref{Broadcast}{wxconditionbroadcast} is called. It then locks the mutex
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/rio/
H A Drio_linux.c394 if (test_and_set_bit(RIO_BOARD_INTR_LOCK, &HostP->locks)) {
403 clear_bit(RIO_BOARD_INTR_LOCK, &HostP->locks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_record.c1418 lock_dbt = &txn_args->locks;
1428 lock_dbt = &txn42_args->locks;
1438 lock_dbt = &prep_args->locks;
1441 /* Get locks. */
1927 * and acquires locks while applying a transaction,
1928 * it can deadlock. Any other locks held by this
2041 * The caller holds no locks.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/i4l/
H A Disdn_common.c76 drv->locks++;
94 if (drv->locks > 0) {
95 drv->locks--;
692 while (dev->drv[di]->locks > 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse.c100 struct lock *locks; member in struct:node
2132 for (l = node->locks; l; l = l->next)
2171 for (lp = &node->locks; *lp;) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dsys-linux.c144 #include <sys/locks.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dsys-linux.c92 #include <sys/locks.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/cdrom/
H A Dcdrom-standard.tex943 unlocks the door, any other value locks it.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A Dconfigure1397 --with-lockdir=DIR Where to put lock files ($ac_default_prefix/var/locks)
1398 --with-piddir=DIR Where to put pid files ($ac_default_prefix/var/locks)
2127 lockdir="\${VARDIR}/locks"
2128 piddir="\${VARDIR}/locks"
[all...]

Completed in 259 milliseconds

12