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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dobstack.c109 #define CALL_FREEFUN(h, old_chunk) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
114 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
122 #define CALL_FREEFUN(h, old_chunk) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
127 (*(void (*) ()) (h)->freefun) ((old_chunk)); \
241 register struct _obstack_chunk *old_chunk = h->chunk;
258 new_chunk->prev = old_chunk;
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
286 new_chunk->prev = old_chunk
240 register struct _obstack_chunk *old_chunk = h->chunk; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dobstack.c109 #define CALL_FREEFUN(h, old_chunk) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
114 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
122 #define CALL_FREEFUN(h, old_chunk) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
127 (*(void (*) ()) (h)->freefun) ((old_chunk)); \
241 register struct _obstack_chunk *old_chunk = h->chunk;
258 new_chunk->prev = old_chunk;
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
286 new_chunk->prev = old_chunk
240 register struct _obstack_chunk *old_chunk = h->chunk; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dobstack.c109 #define CALL_FREEFUN(h, old_chunk) \
112 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
114 (*(void (*) (void *)) (h)->freefun) ((old_chunk)); \
122 #define CALL_FREEFUN(h, old_chunk) \
125 (*(h)->freefun) ((h)->extra_arg, (old_chunk)); \
127 (*(void (*) ()) (h)->freefun) ((old_chunk)); \
241 register struct _obstack_chunk *old_chunk = h->chunk;
258 new_chunk->prev = old_chunk;
284 if (h->object_base == old_chunk->contents && ! h->maybe_empty_object)
286 new_chunk->prev = old_chunk
240 register struct _obstack_chunk *old_chunk = h->chunk; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/md/
H A Ddm-snap.c601 if (chunk >= e->old_chunk &&
602 chunk <= e->old_chunk + dm_consecutive_chunk_count(e))
650 l = &eh->table[exception_hash(eh, new_e->old_chunk)];
656 /* List is ordered by old_chunk */
659 if (new_e->old_chunk == (e->old_chunk +
669 if (new_e->old_chunk == (e->old_chunk - 1) &&
672 e->old_chunk--;
678 if (new_e->old_chunk >
799 __remove_single_exception_chunk(struct dm_snapshot *s, chunk_t old_chunk) argument
854 chunk_t old_chunk = s->first_merging_chunk + s->num_merging_chunks - 1; local
907 chunk_t old_chunk, new_chunk; local
[all...]
H A Ddm-snap-persistent.c80 uint64_t old_chunk; member in struct:disk_exception
415 result->old_chunk = le64_to_cpu(e->old_chunk);
425 e->old_chunk = cpu_to_le64(de->old_chunk);
434 e->old_chunk = 0;
480 r = callback(callback_context, de.old_chunk, de.new_chunk);
658 de.old_chunk = e->old_chunk;
737 *last_old_chunk = de.old_chunk;
[all...]
H A Ddm-exception-store.h32 chunk_t old_chunk; member in struct:dm_exception
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/md/
H A Ddm-snap.c601 if (chunk >= e->old_chunk &&
602 chunk <= e->old_chunk + dm_consecutive_chunk_count(e))
650 l = &eh->table[exception_hash(eh, new_e->old_chunk)];
656 /* List is ordered by old_chunk */
659 if (new_e->old_chunk == (e->old_chunk +
669 if (new_e->old_chunk == (e->old_chunk - 1) &&
672 e->old_chunk--;
678 if (new_e->old_chunk >
799 __remove_single_exception_chunk(struct dm_snapshot *s, chunk_t old_chunk) argument
854 chunk_t old_chunk = s->first_merging_chunk + s->num_merging_chunks - 1; local
907 chunk_t old_chunk, new_chunk; local
[all...]
H A Ddm-snap-persistent.c80 uint64_t old_chunk; member in struct:disk_exception
415 result->old_chunk = le64_to_cpu(e->old_chunk);
425 e->old_chunk = cpu_to_le64(de->old_chunk);
434 e->old_chunk = 0;
480 r = callback(callback_context, de.old_chunk, de.new_chunk);
658 de.old_chunk = e->old_chunk;
737 *last_old_chunk = de.old_chunk;
[all...]
H A Ddm-exception-store.h32 chunk_t old_chunk; member in struct:dm_exception

Completed in 135 milliseconds