Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Djump_label_ratelimit.h43 extern void jump_label_update_timeout(struct work_struct *work);
50 jump_label_update_timeout, \
59 jump_label_update_timeout, \
/openbmc/linux/kernel/
H A Djump_label.c322 void jump_label_update_timeout(struct work_struct *work) in jump_label_update_timeout() function
328 EXPORT_SYMBOL_GPL(jump_label_update_timeout);
368 INIT_DELAYED_WORK(&key->work, jump_label_update_timeout); in jump_label_rate_limit()