Searched refs:expanded (Results 1 - 15 of 15) sorted by relevance

/linux-master/arch/powerpc/perf/
H A Dhv-common.h12 expanded:1, member in struct:hv_perf_caps
H A Dhv-common.c36 caps->expanded = !!(arg.caps.capability_mask & HV_GPCI_CM_EXPANDED);
H A Dhv-gpci.c618 HV_CAPS_ATTR(expanded, "%d\n");
/linux-master/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c173 char *expanded; local
175 expanded = krealloc(found, len + delta + 1, GFP_KERNEL);
176 if (!expanded) {
178 return expanded;
181 found = expanded;
/linux-master/usr/
H A Dgen_init_cpio.c442 char expanded[PATH_MAX + 1]; local
449 snprintf(expanded, sizeof expanded, "%s%s%s",
451 strcpy(new_location, expanded);
/linux-master/fs/
H A Dfile.c73 * Copy all file descriptors from the old table to the new, expanded table and
211 * expanded and execution may have blocked.
219 int expanded = 0; variable
226 return expanded;
234 expanded = 1;
242 expanded = expand_fdtable(files, nr);
246 return expanded;
/linux-master/tools/perf/ui/gtk/
H A Dhists.c285 bool expanded = gtk_tree_view_row_expanded(view, path); local
287 if (expanded)
/linux-master/drivers/md/
H A Draid5.h284 int syncing, expanding, expanded, replacing; member in struct:stripe_head_state
H A Draid5.c1244 if (s->syncing || s->expanding || s->expanded
1304 if (s->syncing || s->expanding || s->expanded
4658 s->expanded = test_bit(STRIPE_EXPAND_READY, &sh->state) && !sh->batch_head;
5002 if (s.syncing || s.expanding || s.expanded ||
5253 if (s.expanded && test_bit(STRIPE_EXPANDING, &sh->state) &&
5259 } else if (s.expanded && !sh->reconstruct_state && s.locked == 0) {
/linux-master/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c158 struct rdac_pg_expanded expanded; member in union:rdac_controller::__anon432
277 rdac_pg = &ctlr->mode_select.expanded;
/linux-master/scripts/
H A DMakefile.build298 $(rust_common_cmd) -Zunpretty=expanded $< >$@; \
/linux-master/fs/f2fs/
H A Dfile.c1716 block_t expanded = 0; local
1770 expanded += map.m_len;
1776 map.m_len = expanded;
1779 expanded = map.m_len;
1785 if (!expanded)
1788 last_off = pg_start + expanded - 1;
/linux-master/drivers/md/dm-vdo/
H A Dslab-depot.c875 * Return: The expanded journal point
879 * entries, the entry count of the expanded journal point is twice the actual recovery journal
899 * @recovery_point: The expanded recovery point.
964 struct journal_point expanded = expand_journal_point(*recovery_point, increment); local
967 if (!vdo_before_journal_point(&journal->tail_header.recovery_point, &expanded))
999 add_entry(journal, pbn, operation, increment, expanded);
/linux-master/mm/
H A Dmmap.c2076 /* Somebody else might have raced and expanded it already */
2168 /* Somebody else might have raced and expanded it already */
2294 * If no vma is found or it can't be expanded, it returns NULL and has
2861 goto expanded;
2973 expanded:
2990 * New (or expanded) vma always get soft dirty status.
/linux-master/arch/x86/crypto/
H A Daesni-intel_asm.S1490 lea 16(%arg1), %r10 # get first expanded key address

Completed in 253 milliseconds