Searched refs:in_core (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_main.c | 3129 struct drbd_md *in_core) in check_activity_log_stripe_size() argument 3161 in_core->al_stripe_size_4k = al_stripe_size_4k; in check_activity_log_stripe_size() 3162 in_core->al_stripes = al_stripes; in check_activity_log_stripe_size() 3163 in_core->al_size_4k = al_size_4k; in check_activity_log_stripe_size() 3175 struct drbd_md *in_core = &bdev->md; in check_offsets_and_sizes() local 3187 if (in_core->al_offset < 0) { in check_offsets_and_sizes() 3188 if (in_core->bm_offset > in_core->al_offset) in check_offsets_and_sizes() 3190 on_disk_al_sect = -in_core->al_offset; in check_offsets_and_sizes() 3191 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset; in check_offsets_and_sizes() 3193 if (in_core->al_offset != MD_4kB_SECT) in check_offsets_and_sizes() [all …]
|
/linux-4.4.14/arch/ia64/kernel/ |
D | module.c | 493 in_core (const struct module *mod, uint64_t addr) in in_core() function 501 return in_init(mod, value) || in_core(mod, value); in is_internal() 642 if ((in_init(mod, val) && in_core(mod, (uint64_t)location)) || in do_reloc() 643 (in_core(mod, val) && in_init(mod, (uint64_t)location))) { in do_reloc()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | module.c | 107 static inline int in_core(struct module *me, void *loc) in in_core() function 115 return in_init(me, loc) || in_core(me, loc); in in_local()
|