Home
last modified time | relevance | path

Searched refs:main_thread (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Ddb-export.c63 struct machine *machine, struct thread *main_thread) in db_export__thread()
72 if (main_thread) in db_export__thread()
73 main_thread_db_id = main_thread->db_id; in db_export__thread()
109 struct thread *main_thread) in db_export__exec_comm()
116 err = __db_export__comm(dbe, comm, main_thread); in db_export__exec_comm()
130 return db_export__comm_thread(dbe, comm, main_thread); in db_export__exec_comm()
291 struct thread *main_thread, in db_export__threads()
298 if (main_thread) { in db_export__threads()
303 err = db_export__thread(dbe, main_thread, machine, main_thread); in db_export__threads()
62 db_export__thread(struct db_export *dbe, struct thread *thread, struct machine *machine, struct thread *main_thread) db_export__thread() argument
108 db_export__exec_comm(struct db_export *dbe, struct comm *comm, struct thread *main_thread) db_export__exec_comm() argument
290 db_export__threads(struct db_export *dbe, struct thread *thread, struct thread *main_thread, struct machine *machine, struct comm **comm_ptr) db_export__threads() argument
355 struct thread *main_thread; db_export__sample() local
529 struct thread *main_thread; db_export__pid_tid() local
[all...]
H A Ddb-export.h85 struct machine *machine, struct thread *main_thread);
89 struct thread *main_thread);
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddb-export.c63 struct machine *machine, struct thread *main_thread) in db_export__thread()
72 if (main_thread) in db_export__thread()
73 main_thread_db_id = thread__db_id(main_thread); in db_export__thread()
109 struct thread *main_thread) in db_export__exec_comm()
116 err = __db_export__comm(dbe, comm, main_thread); in db_export__exec_comm()
130 return db_export__comm_thread(dbe, comm, main_thread); in db_export__exec_comm()
295 struct thread *main_thread, in db_export__threads()
302 if (main_thread) { in db_export__threads()
307 err = db_export__thread(dbe, main_thread, machine, main_thread); in db_export__threads()
62 db_export__thread(struct db_export *dbe, struct thread *thread, struct machine *machine, struct thread *main_thread) db_export__thread() argument
108 db_export__exec_comm(struct db_export *dbe, struct comm *comm, struct thread *main_thread) db_export__exec_comm() argument
294 db_export__threads(struct db_export *dbe, struct thread *thread, struct thread *main_thread, struct machine *machine, struct comm **comm_ptr) db_export__threads() argument
359 struct thread *main_thread; db_export__sample() local
533 struct thread *main_thread; db_export__pid_tid() local
[all...]
H A Ddb-export.h85 struct machine *machine, struct thread *main_thread);
89 struct thread *main_thread);
/kernel/linux/linux-5.10/drivers/bluetooth/
H A Dbtmrvl_main.c50 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_interrupt()
207 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_send_sync_cmd()
455 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_send_frame()
618 BT_DBG("main_thread: break from main thread"); in btmrvl_service_main_thread()
626 BT_DBG("main_thread is sleeping..."); in btmrvl_service_main_thread()
634 BT_DBG("main_thread woke up"); in btmrvl_service_main_thread()
637 BT_DBG("main_thread: break from main thread"); in btmrvl_service_main_thread()
721 kthread_stop(priv->main_thread.task); in btmrvl_register_hdev()
749 priv->main_thread.priv = priv; in btmrvl_add_card()
752 init_waitqueue_head(&priv->main_thread in btmrvl_add_card()
[all...]
H A Dbtmrvl_debugfs.c48 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_hscfgcmd_write()
88 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_pscmd_write()
127 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_hscmd_write()
H A Dbtmrvl_drv.h106 struct btmrvl_thread main_thread; member
/kernel/linux/linux-6.6/drivers/bluetooth/
H A Dbtmrvl_main.c37 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_interrupt()
194 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_send_sync_cmd()
442 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_send_frame()
605 BT_DBG("main_thread: break from main thread"); in btmrvl_service_main_thread()
613 BT_DBG("main_thread is sleeping..."); in btmrvl_service_main_thread()
621 BT_DBG("main_thread woke up"); in btmrvl_service_main_thread()
624 BT_DBG("main_thread: break from main thread"); in btmrvl_service_main_thread()
708 kthread_stop(priv->main_thread.task); in btmrvl_register_hdev()
736 priv->main_thread.priv = priv; in btmrvl_add_card()
739 init_waitqueue_head(&priv->main_thread in btmrvl_add_card()
[all...]
H A Dbtmrvl_debugfs.c35 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_hscfgcmd_write()
75 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_pscmd_write()
114 wake_up_interruptible(&priv->main_thread.wait_q); in btmrvl_hscmd_write()
H A Dbtmrvl_drv.h92 struct btmrvl_thread main_thread; member
/kernel/linux/linux-5.10/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c82 pthread_t main_thread; variable
215 if (pthread_self() != main_thread) in sig_action_SIGUSR1()
228 if (pthread_self() != main_thread) in sig_action()
229 pthread_kill(main_thread, signum); in sig_action()
550 main_thread = pthread_self(); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/mqueue/
H A Dmq_perf_tests.c82 pthread_t main_thread; variable
215 if (pthread_self() != main_thread) in sig_action_SIGUSR1()
228 if (pthread_self() != main_thread) in sig_action()
229 pthread_kill(main_thread, signum); in sig_action()
550 main_thread = pthread_self(); in main()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/
H A Dmain.c956 priv->main_thread = kthread_run(lbs_thread, dev, "lbs_main"); in lbs_add_card()
957 if (IS_ERR(priv->main_thread)) { in lbs_add_card()
958 err = PTR_ERR(priv->main_thread); in lbs_add_card()
1027 kthread_stop(priv->main_thread); in lbs_remove_card()
H A Ddev.h143 struct task_struct *main_thread; member
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dmain.c955 priv->main_thread = kthread_run(lbs_thread, dev, "lbs_main"); in lbs_add_card()
956 if (IS_ERR(priv->main_thread)) { in lbs_add_card()
957 err = PTR_ERR(priv->main_thread); in lbs_add_card()
1026 kthread_stop(priv->main_thread); in lbs_remove_card()
H A Ddev.h143 struct task_struct *main_thread; member

Completed in 16 milliseconds