Home
last modified time | relevance | path

Searched refs:input (Results 1 – 2 of 2) sorted by relevance

/kernel/time/
Dtimer_stats.c242 struct entry *entry, input; in timer_stats_update_stats() local
250 input.timer = timer; in timer_stats_update_stats()
251 input.start_func = startf; in timer_stats_update_stats()
252 input.expire_func = timerf; in timer_stats_update_stats()
253 input.pid = pid; in timer_stats_update_stats()
254 input.timer_flag = timer_flag; in timer_stats_update_stats()
260 entry = tstat_lookup(&input, comm); in timer_stats_update_stats()
/kernel/
Daudit.c1129 .input = audit_receive, in audit_net_init()