Home
last modified time | relevance | path

Searched refs:main_thread (Results 1 – 9 of 9) sorted by relevance

/linux/tools/perf/util/
H A Ddb-export.c63 struct machine *machine, struct thread *main_thread) in db_export__thread() argument
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() argument
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() argument
302 if (main_thread) { in db_export__threads()
307 err = db_export__thread(dbe, main_thread, machine, main_thread); in db_export__threads()
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);
/linux/drivers/bluetooth/
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
/linux/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()
552 main_thread = pthread_self(); in main()
/linux/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
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h135 pthread_t main_thread; member
H A Dtest_progs.c216 pthread_kill(env.main_thread, SIGSEGV); in watchdog_timer_func()
259 env.main_thread = pthread_self(); in watchdog_init()