Searched refs:main_task (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_lockup.c | 166 static struct task_struct *main_task; variable 194 pr_notice("lock mmap_lock pid=%d\n", main_task->pid); in test_lock() 196 mmap_read_lock(main_task->mm); in test_lock() 198 mmap_write_lock(main_task->mm); in test_lock() 279 mmap_read_unlock(main_task->mm); in test_unlock() 281 mmap_write_unlock(main_task->mm); in test_unlock() 283 pr_notice("unlock mmap_lock pid=%d\n", main_task->pid); in test_unlock() 361 while (iter++ < iterations && !signal_pending(main_task)) { in test_lockup() 458 main_task = current; in test_lockup_init() 512 if (lock_mmap_sem && !main_task->mm) { in test_lockup_init() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | refscale.c | 92 static struct task_struct *main_task; variable 614 torture_stop_kthread("main_task", main_task); in ref_scale_cleanup() 615 kfree(main_task); in ref_scale_cleanup() 705 firsterr = torture_create_kthread(main_func, NULL, main_task); in ref_scale_init()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | NCR5380.c | 420 INIT_WORK(&hostdata->main_task, NCR5380_main); in NCR5380_init() 522 cancel_work_sync(&hostdata->main_task); in NCR5380_exit() 606 queue_work(hostdata->work_q, &hostdata->main_task); in NCR5380_queue_command() 694 container_of(work, struct NCR5380_hostdata, main_task); in NCR5380_main() 890 queue_work(hostdata->work_q, &hostdata->main_task); in NCR5380_intr() 905 queue_work(hostdata->work_q, &hostdata->main_task); in NCR5380_intr() 2311 queue_work(hostdata->work_q, &hostdata->main_task); in NCR5380_abort() 2367 queue_work(hostdata->work_q, &hostdata->main_task); in bus_reset_cleanup()
|
| H A D | NCR5380.h | 210 struct work_struct main_task; /* Work item for main loop */ member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 15436 1 8088000 0 15 Child Activation Wait main_task 15513 1 8077880 0 15 Child Activation Wait main_task 15520 Parent: 1 ("main_task") 15529 1 8077870 0 15 Child Activation Wait main_task 15541 1 8077870 0 15 Child Activation Wait main_task 15544 [Switching to task 1 "main_task"] 15576 1 140022020 0 15 Child Activation Wait main_task 15591 1 140022020 0 15 Child Activation Wait main_task 35650 state="Child Termination Wait",name="main_task"}]}
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 15436 1 8088000 0 15 Child Activation Wait main_task 15513 1 8077880 0 15 Child Activation Wait main_task 15520 Parent: 1 ("main_task") 15529 1 8077870 0 15 Child Activation Wait main_task 15541 1 8077870 0 15 Child Activation Wait main_task 15544 [Switching to task 1 "main_task"] 15576 1 140022020 0 15 Child Activation Wait main_task 15591 1 140022020 0 15 Child Activation Wait main_task 35650 state="Child Termination Wait",name="main_task"}]}
|