Home
last modified time | relevance | path

Searched refs:scan_start (Results 1 - 25 of 75) sorted by relevance

123

/kernel/linux/linux-5.10/arch/arm64/kernel/probes/
H A Ddecode-insn.c119 is_probed_address_atomic(kprobe_opcode_t *scan_start, kprobe_opcode_t *scan_end) in is_probed_address_atomic() argument
121 while (scan_start >= scan_end) { in is_probed_address_atomic()
126 if (aarch64_insn_is_store_ex(le32_to_cpu(*scan_start))) in is_probed_address_atomic()
128 else if (aarch64_insn_is_load_ex(le32_to_cpu(*scan_start))) in is_probed_address_atomic()
130 scan_start--; in is_probed_address_atomic()
/kernel/linux/linux-6.6/arch/arm64/kernel/probes/
H A Ddecode-insn.c119 is_probed_address_atomic(kprobe_opcode_t *scan_start, kprobe_opcode_t *scan_end) in is_probed_address_atomic() argument
121 while (scan_start >= scan_end) { in is_probed_address_atomic()
126 if (aarch64_insn_is_store_ex(le32_to_cpu(*scan_start))) in is_probed_address_atomic()
128 else if (aarch64_insn_is_load_ex(le32_to_cpu(*scan_start))) in is_probed_address_atomic()
130 scan_start--; in is_probed_address_atomic()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Drtw8852a_rfk.h20 void rtw8852a_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start,
H A Drtw8851b_rfk.h22 void rtw8851b_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start,
H A Drtw8852b_rfk.h19 void rtw8852b_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start,
H A Drtw8852c_rfk.h21 void rtw8852c_wifi_scan_notify(struct rtw89_dev *rtwdev, bool scan_start,
/kernel/linux/linux-5.10/net/bluetooth/
H A Dhci_request.c2963 hdev->discovery.scan_start = 0; in le_scan_disable_work()
3042 unsigned long timeout, duration, scan_start, now; in le_scan_restart_work() local
3057 !hdev->discovery.scan_start) in le_scan_restart_work()
3061 * after duration from scan_start. During scan restart this job in le_scan_restart_work()
3066 scan_start = hdev->discovery.scan_start; in le_scan_restart_work()
3068 if (now - scan_start <= duration) { in le_scan_restart_work()
3071 if (now >= scan_start) in le_scan_restart_work()
3072 elapsed = now - scan_start; in le_scan_restart_work()
3074 elapsed = ULONG_MAX - scan_start in le_scan_restart_work()
[all...]
/kernel/linux/linux-5.10/include/scsi/
H A Dscsi_host.h250 void (* scan_start)(struct Scsi_Host *); member
/kernel/linux/linux-6.6/include/scsi/
H A Dscsi_host.h270 void (* scan_start)(struct Scsi_Host *); member
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c302 jiffies_to_msecs(jiffies - priv->scan_start)); in iwl_rx_scan_complete_notif()
952 priv->scan_start = jiffies; in iwl_scan_initiate()
H A Ddev.h702 unsigned long scan_start; member
/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddeflate.c582 register ush scan_start = *(ush*)scan; in longest_match() local
618 *(ush*)match != scan_start) continue; in longest_match()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dscan.c298 jiffies_to_msecs(jiffies - priv->scan_start)); in iwl_rx_scan_complete_notif()
954 priv->scan_start = jiffies; in iwl_scan_initiate()
H A Ddev.h697 unsigned long scan_start; member
/kernel/linux/linux-6.6/lib/zlib_deflate/
H A Ddeflate.c589 register ush scan_start = *(ush*)scan; in longest_match() local
625 *(ush*)match != scan_start) continue; in longest_match()
/kernel/linux/linux-6.6/net/bluetooth/
H A Dhci_sync.c363 hdev->discovery.scan_start = 0; in le_scan_disable()
424 unsigned long timeout, duration, scan_start, now; in le_scan_restart() local
439 !hdev->discovery.scan_start) in le_scan_restart()
443 * after duration from scan_start. During scan restart this job in le_scan_restart()
448 scan_start = hdev->discovery.scan_start; in le_scan_restart()
450 if (now - scan_start <= duration) { in le_scan_restart()
453 if (now >= scan_start) in le_scan_restart()
454 elapsed = now - scan_start; in le_scan_restart()
456 elapsed = ULONG_MAX - scan_start in le_scan_restart()
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wlcore/
H A Dscan.c365 wl->ops->scan_start(wl, wlvif, req); in wlcore_scan()
H A Dwlcore.h82 int (*scan_start)(struct wl1271 *wl, struct wl12xx_vif *wlvif, member
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/
H A Dwlcore.h82 int (*scan_start)(struct wl1271 *wl, struct wl12xx_vif *wlvif, member
H A Dscan.c363 wl->ops->scan_start(wl, wlvif, req); in wlcore_scan()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dscsi_scan.c1811 if (shost->hostt->scan_start) in do_scsi_scan_host()
1812 shost->hostt->scan_start(shost); in do_scsi_scan_host()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dscsi_scan.c1943 if (shost->hostt->scan_start) in do_scsi_scan_host()
1944 shost->hostt->scan_start(shost); in do_scsi_scan_host()
/kernel/linux/linux-5.10/mm/
H A Dcompaction.c1305 bool scan_start = false; in fast_isolate_freepages() local
1318 scan_start = true; in fast_isolate_freepages()
1420 if (scan_start) { in fast_isolate_freepages()
/kernel/linux/linux-6.6/mm/
H A Dcompaction.c1476 bool scan_start = false; in fast_isolate_freepages() local
1489 scan_start = true; in fast_isolate_freepages()
1600 if (scan_start) { in fast_isolate_freepages()
/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dinit.c160 .scan_start = isci_host_start,

Completed in 37 milliseconds

123