Home
last modified time | relevance | path

Searched refs:first_slot (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dcpcihp_generic.c51 static u8 first_slot; variable
94 dbg("first_slot = 0x%02x", first_slot); in validate_parameters()
96 if (!(first_slot && last_slot)) { in validate_parameters()
100 if (last_slot < first_slot) { in validate_parameters()
159 status = cpci_hp_register_bus(bus, first_slot, last_slot); in cpcihp_generic_init()
200 module_param(first_slot, byte, 0);
201 MODULE_PARM_DESC(first_slot, "Hotswap bus first slot number");
H A Dibmphp_ebda.c527 static int first_slot_num(u8 slot_num, u8 first_slot, u8 var) in first_slot_num() argument
535 if ((first_slot < opt_vg_ptr->first_slot_num) && (slot_num >= opt_vg_ptr->first_slot_num)) { in first_slot_num()
542 if ((first_slot < opt_lo_ptr->first_slot_num) && (slot_num >= opt_lo_ptr->first_slot_num)) { in first_slot_num()
580 u8 first_slot = 1; in calculate_first_slot() local
585 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot()
586 first_slot = slot_cur->ctrl->ending_slot_num; in calculate_first_slot()
589 return first_slot + 1; in calculate_first_slot()
602 u8 first_slot = 1; in create_file_name() local
625 first_slot = opt_lo_ptr->first_slot_num; in create_file_name()
628 first_slot = opt_vg_ptr->first_slot_num; in create_file_name()
[all …]
H A Dcpqphp_core.c128 tempdword = ctrl->first_slot; in init_SERR()
593 slot_number = ctrl->first_slot; in ctrl_slot_setup()
1083 &(ctrl->first_slot)); in cpqhpc_probe()
1085 ctrl->first_slot, rc); in cpqhpc_probe()
H A Dcpqphp.h296 u8 first_slot; member
H A Dshpchp_hpc.c962 ctrl->first_slot = (slot_config & PSN) >> 16; in shpc_init()
/linux/drivers/firmware/efi/libstub/
H A Drandomalloc.c23 u64 first_slot, last_slot, region_end; in get_entry_num_slots() local
40 first_slot = round_up(max(md->phys_addr, alloc_min), align); in get_entry_num_slots()
43 if (first_slot > last_slot) in get_entry_num_slots()
46 return ((unsigned long)(last_slot - first_slot) >> align_shift) + 1; in get_entry_num_slots()
/linux/tools/testing/selftests/kvm/
H A Dmmu_stress_test.c282 const int first_slot = 1; in main() local
301 TEST_ASSERT(max_slots > first_slot, "KVM is broken"); in main()
353 for (slot = first_slot; slot < max_slots; slot++) { in main()
354 gpa = start_gpa + ((slot - first_slot) * slot_size); in main()
412 for (slot = (slot - 1) & ~1ull; slot >= first_slot; slot -= 2) in main()
/linux/fs/btrfs/
H A Dscrub.c1944 unsigned int first_slot, in submit_initial_group_read() argument
1949 ASSERT(first_slot < SCRUB_TOTAL_STRIPES); in submit_initial_group_read()
1950 ASSERT(first_slot + nr_stripes <= SCRUB_TOTAL_STRIPES); in submit_initial_group_read()
1956 struct scrub_stripe *stripe = &sctx->stripes[first_slot + i]; in submit_initial_group_read()
1979 const int first_slot = round_down(nr_stripes, SCRUB_STRIPES_PER_GROUP); in flush_scrub_stripes() local
1981 submit_initial_group_read(sctx, first_slot, nr_stripes - first_slot); in flush_scrub_stripes()
2069 const int first_slot = sctx->cur_stripe - SCRUB_STRIPES_PER_GROUP; in queue_scrub_stripe() local
2071 submit_initial_group_read(sctx, first_slot, SCRUB_STRIPES_PER_GROUP); in queue_scrub_stripe()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_execbuf.c764 u32 first_slot) in vmw_view_bindings_add() argument
788 binding.slot = first_slot + i; in vmw_view_bindings_add()
/linux/kernel/bpf/
H A Dverifier.c727 bool first_slot, int dynptr_id);
876 if (state->stack[i].spilled_ptr.dynptr.first_slot) in unmark_stack_slots_dynptr()
910 if (!state->stack[spi].spilled_ptr.dynptr.first_slot) in destroy_if_dynptr_stack_slot()
993 if (!state->stack[spi].spilled_ptr.dynptr.first_slot) in is_dynptr_reg_valid_init()
2229 bool first_slot, int dynptr_id) in __mark_dynptr_reg() argument
2240 reg->dynptr.first_slot = first_slot; in __mark_dynptr_reg()
19333 old_reg->dynptr.first_slot != cur_reg->dynptr.first_slot || in stacksafe()
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt1036 <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>]