Home
last modified time | relevance | path

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

/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/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c268 u8 new_type, old_type; in add_map_entry() local
285 old_type = cache_map[i].type; in add_map_entry()
287 if (cache_map[i].fixed || new_type == old_type) { in add_map_entry()
/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/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/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()
H A Dialloc_repair.c853 __u32 old_type = sc->sm->sm_type; in xrep_revalidate_iallocbt() local
886 sc->sm->sm_type = old_type; in xrep_revalidate_iallocbt()
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1029 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface()
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()
1600 enum nl80211_iftype old_type; in cfg80211_rtw_leave_ibss() local
1603 old_type = rtw_wdev->iftype; in cfg80211_rtw_leave_ibss()
1614 rtw_wdev->iftype = old_type; in cfg80211_rtw_leave_ibss()
1027 enum nl80211_iftype old_type; cfg80211_rtw_change_iface() local
/linux/drivers/tty/serial/
H A Dserial_core.c841 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_change_port() local
846 old_type = uport->type; in uart_change_port()
851 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_change_port()
873 uport->type = old_type; in uart_change_port()
879 if (old_type == PORT_UNKNOWN) in uart_change_port()
/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/media/v4l2-core/
H A Dv4l2-ioctl.c2485 u32 old_type = p->type; in v4l_g_selection() local
2493 p->type = old_type; in v4l_g_selection()
2501 u32 old_type = p->type; in v4l_s_selection() local
2509 p->type = old_type; in v4l_s_selection()
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb-main.c1588 int old_type = rg->type; in omapfb_realloc_fbmem() local
1596 if (old_size == size && old_type == type) in omapfb_realloc_fbmem()
/linux/fs/
H A Dnamei.c6099 int old_type, new_type; in filename_renameat2()
6114 &old_last, &old_type); in filename_renameat2()
6128 if (old_type != LAST_NORM) in filename_renameat2()
6077 int old_type, new_type; filename_renameat2() local
/linux/include/net/
H A Dtcp.h1382 struct tcp_congestion_ops *old_type); in tcp_ca_needs_accecn()