Searched refs:dirtied (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dinode.c1504 int release = 0, dirtied = 0; local
1531 dirtied |= CEPH_CAP_AUTH_EXCL;
1544 dirtied |= CEPH_CAP_AUTH_EXCL;
1557 dirtied |= CEPH_CAP_AUTH_EXCL;
1573 dirtied |= CEPH_CAP_FILE_EXCL;
1578 dirtied |= CEPH_CAP_FILE_WR;
1595 dirtied |= CEPH_CAP_FILE_EXCL;
1600 dirtied |= CEPH_CAP_FILE_WR;
1624 dirtied |= CEPH_CAP_FILE_EXCL;
1652 dirtied |
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dpage-writeback.c40 * After a CPU has dirtied this many pages, balance_dirty_pages_ratelimited
48 * It should be somewhat larger than dirtied pages to ensure that reasonably
51 static inline long sync_writeback_pages(unsigned long dirtied) argument
53 if (dirtied < ratelimit_pages)
54 dirtied = ratelimit_pages;
56 return dirtied + dirtied / 2;
348 * We only allow 1/2 of the currently-unmapped memory to be dirtied.
617 * @mapping: address_space which was dirtied
618 * @nr_pages_dirtied: number of pages which the caller has just dirtied
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/
H A Ddma.h686 int dirtied /* non-zero if any of the pages were modified */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/
H A Ddma.c2212 int dirtied /* non-zero if any of the pages were modified */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dst.c4612 const unsigned int nr_pages, int dirtied)
4619 if (dirtied)
4595 sgl_unmap_user_pages(struct st_buffer *STbp, const unsigned int nr_pages, int dirtied) argument

Completed in 94 milliseconds