Home
last modified time | relevance | path

Searched refs:in_core (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_main.c3071 struct drbd_md *in_core) in check_activity_log_stripe_size() argument
3129 if (in_core->al_offset < 0) { in check_offsets_and_sizes()
3130 if (in_core->bm_offset > in_core->al_offset) in check_offsets_and_sizes()
3133 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset; in check_offsets_and_sizes()
3137 if (in_core->bm_offset < in_core->al_offset + in_core->al_size_4k * MD_4kB_SECT) in check_offsets_and_sizes()
3141 on_disk_bm_sect = in_core->md_size_sect - in_core->bm_offset; in check_offsets_and_sizes()
3149 || in_core->al_stripes != 1 in check_offsets_and_sizes()
3169 if (in_core->bm_offset & 7) in check_offsets_and_sizes()
3184 in_core->meta_dev_idx, in check_offsets_and_sizes()
3185 in_core->al_stripes, in_core->al_stripe_size_4k, in check_offsets_and_sizes()
[all …]
/openbmc/linux/arch/ia64/kernel/
H A Dmodule.c495 in_core (const struct module *mod, uint64_t addr) in in_core() function
503 return in_init(mod, value) || in_core(mod, value); in is_internal()
644 if ((in_init(mod, val) && in_core(mod, (uint64_t)location)) || in do_reloc()
645 (in_core(mod, val) && in_init(mod, (uint64_t)location))) { in do_reloc()