Searched refs:stat_lock (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dshmem_fs.h30 spinlock_t stat_lock; /* Serialize shmem_sb_info changes */ member in struct:shmem_sb_info
H A Dhugetlb.h145 spinlock_t stat_lock; member in struct:hugetlbfs_sb_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hugetlbfs/
H A Dinode.c584 spin_lock(&sbinfo->stat_lock);
593 spin_unlock(&sbinfo->stat_lock);
612 spin_lock(&sbinfo->stat_lock);
614 spin_unlock(&sbinfo->stat_lock);
618 spin_unlock(&sbinfo->stat_lock);
627 spin_lock(&sbinfo->stat_lock);
629 spin_unlock(&sbinfo->stat_lock);
826 spin_lock_init(&sbinfo->stat_lock);
860 spin_lock(&sbinfo->stat_lock);
865 spin_unlock(&sbinfo->stat_lock);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsglob.h289 spinlock_t stat_lock; member in struct:cifsTconInfo
427 spin_lock(&tcon->stat_lock);
429 spin_unlock(&tcon->stat_lock);
436 spin_lock(&tcon->stat_lock);
438 spin_unlock(&tcon->stat_lock);
675 * It will be moved to either use the tcon->stat_lock or equivalent later.
H A Dmisc.c119 spin_lock_init(&ret_buf->stat_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_qdio.h34 * @stat_lock: lock to protect req_q_util and req_q_time
47 spinlock_t stat_lock; member in struct:zfcp_qdio
H A Dzfcp_qdio.c63 spin_lock(&qdio->stat_lock);
69 spin_unlock(&qdio->stat_lock);
443 spin_lock_init(&qdio->stat_lock);
H A Dzfcp_sysfs.c538 spin_lock_bh(&qdio->stat_lock);
540 spin_unlock_bh(&qdio->stat_lock);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcassini.c1088 spin_lock(&cp->stat_lock[0]);
1114 spin_unlock(&cp->stat_lock[0]);
1414 spin_lock(&cp->stat_lock[0]);
1432 spin_unlock(&cp->stat_lock[0]);
1662 spin_lock(&cp->stat_lock[0]);
1664 spin_unlock(&cp->stat_lock[0]);
1672 spin_lock(&cp->stat_lock[0]);
1674 spin_unlock(&cp->stat_lock[0]);
1788 spin_lock(&cp->stat_lock[ring]);
1791 spin_unlock(&cp->stat_lock[rin
[all...]
H A Dcassini.h2733 spinlock_t stat_lock[N_TX_RINGS + 1]; /* for stat gathering */ member in struct:cas
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dshmem.c248 spin_lock(&sbinfo->stat_lock);
250 spin_unlock(&sbinfo->stat_lock);
254 spin_unlock(&sbinfo->stat_lock);
263 spin_lock(&sbinfo->stat_lock);
265 spin_unlock(&sbinfo->stat_lock);
1139 spin_lock(&sbinfo->stat_lock); /* prevent replace/use races */
1142 spin_unlock(&sbinfo->stat_lock);
2276 spin_lock(&sbinfo->stat_lock);
2301 spin_unlock(&sbinfo->stat_lock);
2371 spin_lock_init(&sbinfo->stat_lock);
[all...]

Completed in 211 milliseconds