函数源码 |
Source File:kernel\rcu\srcutree.c |
Create Date:2022-07-27 11:18:55 |
首页 | Copyright©Brick |
475 476 477 478 479 480 481 482 | /* * Schedule callback invocation for the specified srcu_data structure, * if possible, on the corresponding CPU. */ static void srcu_schedule_cbs_sdp( struct srcu_data *sdp, unsigned long delay) { srcu_queue_delayed_work_on(sdp, delay); } |