Searched refs:locks (Results 76 - 87 of 87) sorted by relevance

1234

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dphy.c311 spin_lock(&rtlpriv->locks.rf_lock);
315 spin_unlock(&rtlpriv->locks.rf_lock);
334 spin_lock(&rtlpriv->locks.rf_lock);
345 spin_unlock(&rtlpriv->locks.rf_lock);
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ee/
H A Dphy.c91 spin_lock(&rtlpriv->locks.rf_lock);
97 spin_unlock(&rtlpriv->locks.rf_lock);
117 spin_lock(&rtlpriv->locks.rf_lock);
127 spin_unlock(&rtlpriv->locks.rf_lock);
/linux-master/fs/dlm/
H A Duser.c172 An EOL lock needs to be removed from the process's list of locks.
653 hanging off the open file that's used to keep track of locks owned by the
673 INIT_LIST_HEAD(&proc->locks);
/linux-master/fs/btrfs/
H A Ddefrag.c523 ASSERT(path->locks[1] != 0);
H A Drelocation.c2468 path->locks[upper->level] = 0;
4100 * fact that the freeze locks are being held in write mode.
H A Dfile.c525 * which case it unlocked our path, so check path->locks[0] matches a
529 path->locks[0] == BTRFS_WRITE_LOCK &&
907 * this just gets pages into the page cache and locks them down.
970 * This function locks the extent and properly waits for data=ordered extents
H A Dbackref.c604 * If we're search_commit_root we could possibly be holding locks on
2175 path->locks[0] = 0;
/linux-master/fs/smb/common/
H A Dsmb2pdu.h854 DECLARE_FLEX_ARRAY(struct smb2_lock_element, locks);
/linux-master/fs/smb/client/
H A Dcifsglob.h492 /* unlock range of mandatory locks */
1359 * This is used to track byte stream locks on the file
1363 struct list_head blist; /* pointer to locks blocked on this */
1423 struct cifsFileInfo *cfile; /* fid that owns locks */
1424 struct list_head locks; /* locks held by fid above */ member in struct:cifs_fid_locks
1574 struct list_head llist; /* locks helb by this inode */
1676 * - This will be called by cifsd, with no locks held.
1691 * - it will be called by cifsd, with no locks held
1958 * Here are all the locks (spinloc
[all...]
/linux-master/tools/perf/
H A Dbuiltin-c2c.c2385 fprintf(out, " Locked Load/Store Operations : %10d\n", stats->locks);
2436 fprintf(out, " Locked Access on shared lines : %10d\n", stats->locks);
/linux-master/drivers/net/wireless/realtek/rtlwifi/
H A Dwifi.h2695 struct rtl_locks locks; member in struct:rtl_priv
/linux-master/fs/smb/server/
H A Dsmb2pdu.c7190 lock_ele = req->locks;
7236 /* Check conflict locks in one request */
7242 pr_err("conflict two locks in one request\n");
7284 /* check locks in connection list */

Completed in 292 milliseconds

1234