Searched refs:tsk_ctl (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | linuxver.h | 650 #define PROC_START(thread_func, owner, tsk_ctl, flags, name) \ argument 652 sema_init(&((tsk_ctl)->sema), 0); \ 653 init_completion(&((tsk_ctl)->completed)); \ 654 init_completion(&((tsk_ctl)->flushed)); \ 655 (tsk_ctl)->parent = owner; \ 656 (tsk_ctl)->proc_name = name; \ 657 (tsk_ctl)->terminated = FALSE; \ 658 (tsk_ctl)->flush_ind = FALSE; \ 659 (tsk_ctl)->up_cnt = 0; \ 660 (tsk_ctl)->p_task = kthread_run(thread_func, tsk_ctl, (char*)name); \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | linuxver.h | 652 #define PROC_START(thread_func, owner, tsk_ctl, flags, name) \ argument 654 sema_init(&((tsk_ctl)->sema), 0); \ 655 init_completion(&((tsk_ctl)->completed)); \ 656 init_completion(&((tsk_ctl)->flushed)); \ 657 (tsk_ctl)->parent = owner; \ 658 (tsk_ctl)->proc_name = name; \ 659 (tsk_ctl)->terminated = FALSE; \ 660 (tsk_ctl)->flush_ind = FALSE; \ 661 (tsk_ctl)->up_cnt = 0; \ 662 (tsk_ctl)->p_task = kthread_run(thread_func, tsk_ctl, (char*)name); \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | linuxver.h | 652 #define PROC_START(thread_func, owner, tsk_ctl, flags, name) \ argument 654 sema_init(&((tsk_ctl)->sema), 0); \ 655 init_completion(&((tsk_ctl)->completed)); \ 656 init_completion(&((tsk_ctl)->flushed)); \ 657 (tsk_ctl)->parent = owner; \ 658 (tsk_ctl)->proc_name = name; \ 659 (tsk_ctl)->terminated = FALSE; \ 660 (tsk_ctl)->flush_ind = FALSE; \ 661 (tsk_ctl)->up_cnt = 0; \ 662 (tsk_ctl)->p_task = kthread_run(thread_func, tsk_ctl, (char*)name); \ [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | linuxver.h | 703 #define PROC_START(thread_func, owner, tsk_ctl, flags, name) \ argument 705 sema_init(&((tsk_ctl)->sema), 0); \ 706 init_completion(&((tsk_ctl)->completed)); \ 707 init_completion(&((tsk_ctl)->flushed)); \ 708 (tsk_ctl)->parent = owner; \ 709 (tsk_ctl)->proc_name = name; \ 710 (tsk_ctl)->terminated = FALSE; \ 711 (tsk_ctl)->flush_ind = FALSE; \ 712 (tsk_ctl)->up_cnt = 0; \ 713 (tsk_ctl)->p_task = kthread_run(thread_func, tsk_ctl, (char*)name); \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | linuxver.h | 703 #define PROC_START(thread_func, owner, tsk_ctl, flags, name) \ argument 705 sema_init(&((tsk_ctl)->sema), 0); \ 706 init_completion(&((tsk_ctl)->completed)); \ 707 init_completion(&((tsk_ctl)->flushed)); \ 708 (tsk_ctl)->parent = owner; \ 709 (tsk_ctl)->proc_name = name; \ 710 (tsk_ctl)->terminated = FALSE; \ 711 (tsk_ctl)->flush_ind = FALSE; \ 712 (tsk_ctl)->up_cnt = 0; \ 713 (tsk_ctl)->p_task = kthread_run(thread_func, tsk_ctl, (char*)name); \ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | linuxver.h | 645 #define PROC_START(thread_func, owner, tsk_ctl, flags, name) \ argument 647 sema_init(&((tsk_ctl)->sema), 0); \ 648 init_completion(&((tsk_ctl)->completed)); \ 649 (tsk_ctl)->parent = owner; \ 650 (tsk_ctl)->proc_name = name; \ 651 (tsk_ctl)->terminated = FALSE; \ 652 (tsk_ctl)->p_task = kthread_run(thread_func, tsk_ctl, (char*)name); \ 653 if (IS_ERR((tsk_ctl)->p_task)) { \ 654 (tsk_ctl)->thr_pid = DHD_PID_KT_INVALID; \ 656 (tsk_ctl)->proc_name, (tsk_ctl)->thr_pid)); \ [all …]
|