Searched refs:old_type (Results 1 – 11 of 11) sorted by relevance
| /linux/kernel/events/ |
| H A D | hw_breakpoint.c | 626 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 D | generic.c | 268 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 D | mod_host.c | 1406 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 D | alloc_repair.c | 913 __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 D | ialloc_repair.c | 853 __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 D | ioctl_cfg80211.c | 1027 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 D | serial_core.c | 838 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 D | omapfb_main.c | 837 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 D | omapfb-main.c | 1588 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 D | namei.c | 6071 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 D | tcp.h | 1336 struct tcp_congestion_ops *old_type); in tcp_ca_needs_ecn()
|