Home
last modified time | relevance | path

Searched refs:old_type (Results 1 – 11 of 11) 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/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.c1027 enum nl80211_iftype old_type; in cfg80211_rtw_change_iface() local
1051 old_type = rtw_wdev->iftype; in cfg80211_rtw_change_iface()
1053 if (old_type != type) { in cfg80211_rtw_change_iface()
1076 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()
/linux/drivers/tty/serial/
H A Dserial_core.c838 unsigned int old_type, old_iotype, old_hub6, old_shift; in uart_change_port() local
843 old_type = uport->type; in uart_change_port()
848 if (old_type != PORT_UNKNOWN && uport->ops->release_port) in uart_change_port()
870 uport->type = old_type; in uart_change_port()
876 if (old_type == PORT_UNKNOWN) in uart_change_port()
/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/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.c6071 int old_type, new_type; in filename_renameat2() local
6086 &old_last, &old_type); in filename_renameat2()
6100 if (old_type != LAST_NORM) in filename_renameat2()
/linux/include/net/
H A Dtcp.h1336 struct tcp_congestion_ops *old_type); in tcp_ca_needs_ecn()