Home
last modified time | relevance | path

Searched refs:stage (Results 176 – 200 of 446) sorted by relevance

12345678910>>...18

/openbmc/linux/fs/btrfs/
H A Drelocation.c158 unsigned int stage:8; member
1084 if (rc->stage != UPDATE_DATA_PTRS) in replace_file_extents()
1825 if (replaced && rc->stage == UPDATE_DATA_PTRS) in merge_reloc_root()
1852 if (replaced && rc->stage == UPDATE_DATA_PTRS) in merge_reloc_root()
3707 } else if (rc->stage == UPDATE_DATA_PTRS && in relocate_block_group()
3735 if (rc->stage == MOVE_DATA_EXTENTS && in relocate_block_group()
4007 static const char *stage_to_string(int stage) in stage_to_string() argument
4009 if (stage == MOVE_DATA_EXTENTS) in stage_to_string()
4011 if (stage == UPDATE_DATA_PTRS) in stage_to_string()
4131 finishes_stage = rc->stage; in btrfs_relocate_block_group()
[all …]
H A Dextent-tree.c5023 int stage; member
5135 if (wc->stage == UPDATE_BACKREF && in walk_down_proc()
5157 if (wc->stage == DROP_REFERENCE) { in walk_down_proc()
5256 if (wc->stage == UPDATE_BACKREF && in do_walk_down()
5294 if (wc->stage == DROP_REFERENCE) { in do_walk_down()
5311 wc->stage = UPDATE_BACKREF; in do_walk_down()
5357 if (wc->stage == DROP_REFERENCE) { in do_walk_down()
5457 if (wc->stage == UPDATE_BACKREF) { in walk_up_proc()
5466 wc->stage = DROP_REFERENCE; in walk_up_proc()
5748 wc->stage = DROP_REFERENCE; in btrfs_drop_snapshot()
[all …]
/openbmc/u-boot/tools/buildman/
H A Dtest.py145 def Make(self, commit, brd, stage, *args, **kwargs): argument
159 if stage == 'build':
H A Dbuilderthread.py94 def Make(self, commit, brd, stage, cwd, *args, **kwargs): argument
113 return self.builder.do_make(commit, brd, stage, cwd, *args,
/openbmc/u-boot/doc/
H A DREADME.sifive-fu54038 A prior stage (M-mode) firmware/bootloader (e.g OpenSBI or BBL) is required to
40 can be given as a payload to the prior stage (M-mode) firmware/bootloader.
47 Once the prior stage firmware/bootloader binary is generated, it should be
/openbmc/linux/drivers/staging/rtl8192e/rtl8192e/
H A Dr8192E_phy.c535 u8 *stage, u8 *step, u32 *delay) in _rtl92e_phy_switch_channel_step() argument
591 switch (*stage) { in _rtl92e_phy_switch_channel_step()
604 if ((*stage) == 2) in _rtl92e_phy_switch_channel_step()
606 (*stage)++; in _rtl92e_phy_switch_channel_step()
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dphy.c25 u8 channel, u8 *stage, u8 *step,
897 u8 channel, u8 *stage, u8 *step, in _rtl8723e_phy_sw_chnl_step_by_step() argument
938 switch (*stage) { in _rtl8723e_phy_sw_chnl_step_by_step()
950 *stage); in _rtl8723e_phy_sw_chnl_step_by_step()
955 if ((*stage) == 2) { in _rtl8723e_phy_sw_chnl_step_by_step()
958 (*stage)++; in _rtl8723e_phy_sw_chnl_step_by_step()
/openbmc/u-boot/drivers/ddr/marvell/a38x/
H A Dddr3_training_ip_prv_if.h113 enum hws_result *ddr3_tip_get_result_ptr(u32 stage);
/openbmc/u-boot/board/theobroma-systems/lion_rk3368/
H A DREADME17 Build the TPL/SPL stage
/openbmc/smbios-mdr/include/
H A Dsmbios_mdrv2.hpp96 MDR2SMBIOSStatusEnum stage; member
/openbmc/linux/Documentation/virt/
H A Dguest-halt-polling.rst61 growth stage:
/openbmc/linux/drivers/gpu/drm/ci/
H A Dbuild.yml5 stage: build
/openbmc/qemu/docs/devel/
H A Dci-jobs.rst.inc74 in stage 1, for use by build jobs in stage 2. Defaults to
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_internal.h937 sh_css_store_sp_stage_to_ddr(unsigned int pipe, unsigned int stage);
940 sh_css_store_isp_stage_to_ddr(unsigned int pipe, unsigned int stage);
H A Dia_css_isp_params.h152 const struct ia_css_pipeline_stage *stage,
/openbmc/linux/drivers/iommu/arm/arm-smmu-v3/
H A Darm-smmu-v3.c1295 switch (smmu_domain->stage) { in arm_smmu_write_strtab_ent()
1871 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_tlb_inv_context()
1962 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_tlb_inv_range_domain()
2071 if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1) { in arm_smmu_domain_free()
2191 smmu_domain->stage = ARM_SMMU_DOMAIN_BYPASS; in arm_smmu_domain_finalise()
2197 smmu_domain->stage = ARM_SMMU_DOMAIN_S2; in arm_smmu_domain_finalise()
2199 smmu_domain->stage = ARM_SMMU_DOMAIN_S1; in arm_smmu_domain_finalise()
2201 switch (smmu_domain->stage) { in arm_smmu_domain_finalise()
2447 } else if (smmu_domain->stage == ARM_SMMU_DOMAIN_S1 && in arm_smmu_attach_dev()
2466 if (smmu_domain->stage != ARM_SMMU_DOMAIN_BYPASS) in arm_smmu_attach_dev()
[all …]
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmrecovery.c2838 int stage = 1; in dlm_send_finalize_reco_message() local
2841 "stage %d\n", dlm->name, dlm->reco.dead_node, stage); in dlm_send_finalize_reco_message()
2851 if (stage == 2) in dlm_send_finalize_reco_message()
2877 if (stage == 1) { in dlm_send_finalize_reco_message()
2880 stage = 2; in dlm_send_finalize_reco_message()
2892 int stage = 1; in dlm_finalize_reco_handler() local
2899 stage = 2; in dlm_finalize_reco_handler()
2902 "node %u (%u:%u)\n", dlm->name, fr->node_idx, stage, in dlm_finalize_reco_handler()
2920 switch (stage) { in dlm_finalize_reco_handler()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/blueman/
H A Dblueman_2.3.5.bb51 # during the configure stage, e.g ../recipe-sysroot-native/usr/bin/python3-native/python3.
/openbmc/intel-ipmi-oem/include/
H A Dsmbiosmdrv2handler.hpp118 MDR2SMBIOSStatusEnum stage; member
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_init_ops.h229 static void bnx2x_init_block(struct bnx2x *bp, u32 block, u32 stage) in bnx2x_init_block() argument
232 INIT_OPS_OFFSETS(bp)[BLOCK_OPS_IDX(block, stage, in bnx2x_init_block()
235 INIT_OPS_OFFSETS(bp)[BLOCK_OPS_IDX(block, stage, in bnx2x_init_block()
/openbmc/qemu/target/xtensa/
H A Dxtensa-isa.c396 int i, stage, max_stage; in xtensa_isa_num_pipe_stages() local
411 stage = use->stage; in xtensa_isa_num_pipe_stages()
412 if (stage > max_stage) { in xtensa_isa_num_pipe_stages()
413 max_stage = stage; in xtensa_isa_num_pipe_stages()
/openbmc/u-boot/doc/driver-model/
H A Dfdt-fixup.txt60 we have the pre-relocation driver model at our disposal at this stage, which
130 but has not been tested at this stage.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0009-mkbootimg-Add-dt-parameter-to-specify-DT-image.patch32 ** | second stage | o pages
/openbmc/linux/Documentation/staging/
H A Dspeculation.rst12 work which may be discarded at a later stage.
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192c/
H A Dphy_common.h208 u8 channel, u8 *stage, u8 *step,

12345678910>>...18