Searched refs:svc_reg_work_handler (Results 1 – 1 of 1) sorted by relevance
960 static void svc_reg_work_handler(struct k_work *work);961 static struct k_work_delayable svc_reg_work = Z_WORK_DELAYABLE_INITIALIZER(svc_reg_work_handler);964 static void svc_reg_work_handler(struct k_work *work) in svc_reg_work_handler() function