Searched refs:expanded (Results 1 – 8 of 8) sorted by relevance
| /drivers/pinctrl/aspeed/ |
| A D | pinctrl-aspeed.c | 173 char *expanded; in get_defined_attribute() local 175 expanded = krealloc(found, len + delta + 1, GFP_KERNEL); in get_defined_attribute() 176 if (!expanded) { in get_defined_attribute() 178 return expanded; in get_defined_attribute() 181 found = expanded; in get_defined_attribute()
|
| /drivers/scsi/device_handler/ |
| A D | scsi_dh_rdac.c | 158 struct rdac_pg_expanded expanded; member 277 rdac_pg = &ctlr->mode_select.expanded; in rdac_failover_get()
|
| /drivers/scsi/aic7xxx/ |
| A D | Kconfig.aic79xx | 84 Compile in register value tables for the output of expanded register
|
| A D | Kconfig.aic7xxx | 89 Compile in register value tables for the output of expanded register
|
| /drivers/md/ |
| A D | raid5.h | 284 int syncing, expanding, expanded, replacing; member
|
| A D | raid5.c | 4610 s->expanded = test_bit(STRIPE_EXPAND_READY, &sh->state) && !sh->batch_head; in analyse_stripe() 4947 if (s.syncing || s.expanding || s.expanded || in handle_stripe() 5198 if (s.expanded && test_bit(STRIPE_EXPANDING, &sh->state) && in handle_stripe() 5204 } else if (s.expanded && !sh->reconstruct_state && s.locked == 0) { in handle_stripe()
|
| /drivers/xen/ |
| A D | Kconfig | 60 expanded to when using memory hotplug.
|
| /drivers/md/dm-vdo/ |
| A D | slab-depot.c | 963 struct journal_point expanded = expand_journal_point(*recovery_point, increment); in vdo_attempt_replay_into_slab() local 966 if (!vdo_before_journal_point(&journal->tail_header.recovery_point, &expanded)) in vdo_attempt_replay_into_slab() 998 add_entry(journal, pbn, operation, increment, expanded); in vdo_attempt_replay_into_slab()
|
Completed in 37 milliseconds