Home
last modified time | relevance | path

Searched refs:old_type (Results 1 – 12 of 12) sorted by relevance

/linux/arch/x86/kernel/
H A De820.c476 __e820__range_update(struct e820_table *table, u64 start, u64 size, enum e820_type old_type, enum e… in __e820__range_update() argument
482 BUG_ON(old_type == new_type); in __e820__range_update()
489 e820_print_type(old_type); in __e820__range_update()
499 if (entry->type != old_type) in __e820__range_update()
543 __init u64 e820__range_update(u64 start, u64 size, enum e820_type old_type, enum e820_type new_type) in e820__range_update() argument
545 return __e820__range_update(e820_table, start, size, old_type, new_type); in e820__range_update()
549 enum e820_type old_type, enum e820_type new_type) in e820__range_update_table() argument
551 return __e820__range_update(t, start, size, old_type, new_type); in e820__range_update_table()
/linux/kernel/events/
H A Dhw_breakpoint.c626 static int __modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in __modify_bp_slot() argument
630 __release_bp_slot(bp, old_type); in __modify_bp_slot()
642 WARN_ON(__reserve_bp_slot(bp, old_type)); in __modify_bp_slot()
648 static int modify_bp_slot(struct perf_event *bp, u64 old_type, u64 new_type) in modify_bp_slot() argument
651 int ret = __modify_bp_slot(bp, old_type, new_type); in modify_bp_slot()
/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c1406 int old_type, dir_in, i; in usbhsh_pipe_init_for_host() local
1409 old_type = USB_ENDPOINT_XFER_CONTROL; in usbhsh_pipe_init_for_host()
1432 dir_in = (pipe_configs[i].type == old_type); in usbhsh_pipe_init_for_host()
1433 old_type = pipe_configs[i].type; in usbhsh_pipe_init_for_host()
/linux/kernel/bpf/
H A Dstates.c719 u8 old_type = old->stack[spi].slot_type[i % BPF_REG_SIZE]; in stacksafe() local
724 if (old_type == STACK_POISON) in stacksafe()
725 old_type = STACK_INVALID; in stacksafe()
728 if (i >= cur->allocated_stack || old_type != cur_type) in stacksafe()
/linux/fs/xfs/scrub/
H A Dalloc_repair.c913 __u32 old_type = sc->sm->sm_type; in xrep_revalidate_allocbt() local
944 sc->sm->sm_type = old_type; in xrep_revalidate_allocbt()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dfw.c292 enum iwl_ucode_type old_type = mvm->fwrt.cur_fw_img; in iwl_mvm_load_ucode_wait_alive() local
319 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
392 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
398 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
411 iwl_fw_set_current_image(&mvm->fwrt, old_type); in iwl_mvm_load_ucode_wait_alive()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1029 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local
1053 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface()
1055 if (old_type != type) { in cfg80211_rtw_change_iface()
1078 rtw_wdev->iftype = old_type; in cfg80211_rtw_change_iface()
1609 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local
1612 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss()
1623 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
/linux/drivers/dma/idxd/
H A Dsysfs.c905 enum idxd_wq_type old_type; in wq_type_store() local
910 old_type = wq->type; in wq_type_store()
921 if (wq->type != old_type) in wq_type_store()
/linux/drivers/video/fbdev/omap/
H A Domapfb_main.c837 u8 old_type = rg->type; in omapfb_setup_mem() local
861 rg->type = old_type; in omapfb_setup_mem()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c787 enum nl80211_iftype old_type = vif->type; in iwl_mld_mac80211_change_interface() local
800 vif->type = old_type; in iwl_mld_mac80211_change_interface()
/linux/fs/
H A Dnamei.c6253 enum last_type old_type, new_type; in filename_renameat2() local
6268 &old_last, &old_type); in filename_renameat2()
6282 if (old_type != LAST_NORM) in filename_renameat2()
/linux/include/net/
H A Dtcp.h1392 struct tcp_congestion_ops *old_type);