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

/linux-master/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, \
/linux-master/kernel/
H A Djump_label.c287 void jump_label_update_timeout(struct work_struct *work) function
293 EXPORT_SYMBOL_GPL(jump_label_update_timeout); variable
333 INIT_DELAYED_WORK(&key->work, jump_label_update_timeout);

Completed in 259 milliseconds