Home
last modified time | relevance | path

Searched refs:info_timer (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_IDLETIMER.c445 static void reset_timer(struct idletimer_tg * const info_timer, in reset_timer() argument
453 timer_prev = info_timer->active; in reset_timer()
454 info_timer->active = true; in reset_timer()
456 if (!timer_prev || time_before(info_timer->timer.expires, now)) { in reset_timer()
458 info_timer->timer.expires, now); in reset_timer()
462 info_timer->uid = from_kuid_munged(current_user_ns(), in reset_timer()
467 if (info_timer->work_pending) in reset_timer()
468 info_timer->delayed_timer_trigger = info_timer->last_modified_timer; in reset_timer()
470 info_timer->work_pending = true; in reset_timer()
471 schedule_work(&info_timer->work); in reset_timer()
[all …]
/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dl2cap.h692 struct delayed_work info_timer; member
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dl2cap_core.c1535 schedule_delayed_work(&conn->info_timer, L2CAP_INFO_TIMEOUT); in l2cap_request_info()
1801 info_timer.work); in l2cap_info_timeout()
1937 cancel_delayed_work_sync(&conn->info_timer); in l2cap_conn_del()
4099 cancel_delayed_work(&conn->info_timer); in l2cap_command_rej()
4235 schedule_delayed_work(&conn->info_timer, L2CAP_INFO_TIMEOUT); in l2cap_connect()
4781 cancel_delayed_work(&conn->info_timer); in l2cap_information_rsp()
7857 INIT_DELAYED_WORK(&conn->info_timer, l2cap_info_timeout); in l2cap_conn_add()