Searched refs:dirty (Results 1 - 9 of 9) sorted by relevance

/netgear-R7800-V1.0.2.28/include/
H A Dlocal-development.mk7 PKG_REV=$(shell cd $(LOCAL_SRC)/; git describe --dirty --long --always | sed 's/.*-g//g')
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_main.c138 unsigned int dirty = ring->dirty; local
147 struct ag71xx_buf *buf = &ring->buf[dirty];
167 dirty++;
168 dirty &= mask;
173 ring->dirty = dirty;
198 ring->dirty = 0;
260 ring->dirty = 0;
832 unsigned int dirty local
901 unsigned int dirty = ring->dirty; local
[all...]
H A Dag71xx_debugfs.c166 int dirty; local
182 dirty = (ring->dirty % ring->size);
192 (i == dirty) ? 'D' : ' ',
H A Dag71xx.h105 unsigned int dirty; member in struct:ag71xx_ring
/netgear-R7800-V1.0.2.28/target/linux/generic/files/fs/yaffs2/
H A Dyaffs_guts.c1493 dirty);
1609 in->dirty = 1;
1734 obj->dirty = 1;
2409 * this happened because there is at least one old dirty block gumming
2410 * up the works. Let's gc the oldest dirty block.
2422 /* If we're doing aggressive GC then we are happy to take a less-dirty block, and
2485 * If nothing has been selected for a while, try selecting the oldest dirty
2535 * Aggressive gc looks further (whole array) and will accept less dirty blocks.
2536 * Passive gc only inspects smaller areas and will only accept more dirty blocks.
2910 * If the whole block became dirty, thi
[all...]
H A Dyaffs_guts.h119 int dirty; member in struct:__anon570
120 int n_bytes; /* Only valid if the cache is dirty */
379 struct ylist_head dirty; /* Entry for list of dirty directories */ member in struct:__anon581
407 __u8 dirty:1; /* the object needs to be written to flash */ member in struct:yaffs_obj_s
587 /* Callback to mark the superblock dirty */
748 struct ylist_head dirty_dirs; /* List of dirty directories */
H A Dyaffs_yaffs1.c314 in->dirty = 0;
413 /* Now let's see if it was dirty */
H A Dyaffs_yaffs2.c42 * Calculate the oldest dirty sequence number if we don't know it.
54 /* Find the oldest dirty sequence number. */
104 * Update the oldest dirty sequence number whenever we dirty a block.
1400 in->dirty = 0;
1508 /* Now let's see if it was dirty */
H A Dyaffs_vfs_glue.c977 obj->dirty ? "dirty" : "clean"));
2276 sb->s_dirt ? "dirty" : "clean",

Completed in 92 milliseconds