Searched refs:encrypt_task (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/ |
| H A D | init.c | 386 if(ta->encrypt_task->state & TASK_UNINTERRUPTIBLE) in ssv6xxx_cpu_callback() 388 kthread_bind(ta->encrypt_task, hotcpu); in ssv6xxx_cpu_callback() 390 printk("encrypt_task %p state is %ld\n", ta->encrypt_task, ta->encrypt_task->state); in ssv6xxx_cpu_callback() 403 wake_up_process(ta->encrypt_task); in ssv6xxx_cpu_callback() 405 …intk("wake up encrypt_task %p state is %ld, cpu = %d\n", ta->encrypt_task, ta->encrypt_task->state… in ssv6xxx_cpu_callback() 411 printk("encrypt_task %p state is %ld\n", ta->encrypt_task, ta->encrypt_task->state); in ssv6xxx_cpu_callback() 428 printk("p = %p\n",ta->encrypt_task); in ssv6xxx_cpu_callback() 607 …ta->encrypt_task = kthread_create_on_node(ssv6xxx_encrypt_task, sc, cpu_to_node(cpu), "%d/ssv6xxx_… in ssv6xxx_init_softc() 609 if (!IS_ERR(ta->encrypt_task)) in ssv6xxx_init_softc() 611 … printk("[MT-ENCRYPT]: create kthread %p for CPU %d, ret = %d\n", ta->encrypt_task, cpu, ret); in ssv6xxx_init_softc() [all …]
|
| H A D | dev.h | 228 struct task_struct* encrypt_task; member
|
| H A D | dev.c | 2781 if(ta->encrypt_task == current) in ssv6xxx_encrypt_task()
|