Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Djump_label_ratelimit.h43 extern void jump_label_update_timeout(struct work_struct *work);
50 jump_label_update_timeout, \
59 jump_label_update_timeout, \
/Linux-v5.15/kernel/
Djump_label.c259 void jump_label_update_timeout(struct work_struct *work) in jump_label_update_timeout() function
265 EXPORT_SYMBOL_GPL(jump_label_update_timeout);
305 INIT_DELAYED_WORK(&key->work, jump_label_update_timeout); in jump_label_rate_limit()