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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/intl/
H A Dlocalealias.c123 struct alias_map struct
137 libc_freeres_ptr (static struct alias_map *map);
146 static int alias_compare PARAMS ((const struct alias_map *map1,
147 const struct alias_map *map2));
155 struct alias_map *retval;
168 struct alias_map item;
173 retval = (struct alias_map *) bsearch (&item, map, nmap,
174 sizeof (struct alias_map),
363 qsort (map, nmap, sizeof (struct alias_map),
374 struct alias_map *new_ma
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/intl/
H A Dlocalealias.c123 struct alias_map struct
137 libc_freeres_ptr (static struct alias_map *map);
146 static int alias_compare PARAMS ((const struct alias_map *map1,
147 const struct alias_map *map2));
155 struct alias_map *retval;
168 struct alias_map item;
173 retval = (struct alias_map *) bsearch (&item, map, nmap,
174 sizeof (struct alias_map),
363 qsort (map, nmap, sizeof (struct alias_map),
374 struct alias_map *new_ma
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/intl/
H A Dlocalealias.c123 struct alias_map struct
137 libc_freeres_ptr (static struct alias_map *map);
146 static int alias_compare PARAMS ((const struct alias_map *map1,
147 const struct alias_map *map2));
155 struct alias_map *retval;
168 struct alias_map item;
173 retval = (struct alias_map *) bsearch (&item, map, nmap,
174 sizeof (struct alias_map),
363 qsort (map, nmap, sizeof (struct alias_map),
374 struct alias_map *new_ma
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/logfs/
H A Dfile.c172 BUG_ON(bitmap_weight(block->alias_map, LOGFS_BLOCK_FACTOR));
H A Dreadwrite.c473 pos = fnb(block->alias_map, LOGFS_BLOCK_FACTOR, pos);
514 pos = fnb(block->alias_map, LOGFS_BLOCK_FACTOR, pos);
1273 if (block->alias_map)
1275 block->alias_map, LOGFS_BLOCK_FACTOR);
1304 if (!test_bit(child_no, block->alias_map)) {
1305 set_bit(child_no, block->alias_map);
H A Dsegment.c230 if (test_and_set_bit(item->child_no, block->alias_map)) {
503 pos = fnb(block->alias_map, LOGFS_BLOCK_FACTOR, pos);
H A Dlogfs.h302 unsigned long alias_map[LOGFS_BLOCK_FACTOR / BITS_PER_LONG]; member in struct:logfs_block
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/logfs/
H A Dfile.c172 BUG_ON(bitmap_weight(block->alias_map, LOGFS_BLOCK_FACTOR));
H A Dreadwrite.c473 pos = fnb(block->alias_map, LOGFS_BLOCK_FACTOR, pos);
514 pos = fnb(block->alias_map, LOGFS_BLOCK_FACTOR, pos);
1273 if (block->alias_map)
1275 block->alias_map, LOGFS_BLOCK_FACTOR);
1304 if (!test_bit(child_no, block->alias_map)) {
1305 set_bit(child_no, block->alias_map);
H A Dsegment.c230 if (test_and_set_bit(item->child_no, block->alias_map)) {
503 pos = fnb(block->alias_map, LOGFS_BLOCK_FACTOR, pos);
H A Dlogfs.h302 unsigned long alias_map[LOGFS_BLOCK_FACTOR / BITS_PER_LONG]; member in struct:logfs_block

Completed in 212 milliseconds