Home
last modified time | relevance | path

Searched refs:curdev (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/kernel/time/
A Dtick-common.c299 if (curdev && cpumask_equal(curdev->cpumask, cpumask_of(cpu))) in tick_check_percpu()
309 if (curdev && (curdev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_check_preferred()
319 return !curdev || in tick_check_preferred()
320 newdev->rating > curdev->rating || in tick_check_preferred()
334 return tick_check_preferred(curdev, newdev); in tick_check_replacement()
343 struct clock_event_device *curdev; in tick_check_new_device() local
349 curdev = td->evtdev; in tick_check_new_device()
351 if (!tick_check_replacement(curdev, newdev)) in tick_check_new_device()
362 if (tick_is_broadcast_device(curdev)) { in tick_check_new_device()
363 clockevents_shutdown(curdev); in tick_check_new_device()
[all …]
A Dtick-broadcast.c85 static bool tick_check_broadcast_device(struct clock_event_device *curdev, in tick_check_broadcast_device() argument
97 return !curdev || newdev->rating > curdev->rating; in tick_check_broadcast_device()
118 struct clock_event_device *curdev = tick_get_oneshot_wakeup_device(cpu); in tick_set_oneshot_wakeup_device() local
134 if (curdev && newdev->rating <= curdev->rating) in tick_set_oneshot_wakeup_device()
142 clockevents_exchange_device(curdev, newdev); in tick_set_oneshot_wakeup_device()
A Dtick-internal.h26 extern bool tick_check_replacement(struct clock_event_device *curdev,
/linux-6.3-rc2/drivers/input/keyboard/
A Dhilkbd.c96 unsigned int curdev; member
124 hil_dev.curdev = 0; in poll_finished()
136 if (hil_dev.curdev) in handle_status()
138 hil_dev.curdev = c & 7; in handle_status()
147 if (hil_dev.curdev) { in handle_data()

Completed in 8 milliseconds