Lines Matching refs:pktgen_thread
270 struct pktgen_thread *pg_thread;/* the owner */
456 struct pktgen_thread {
481 static int pktgen_remove_device(struct pktgen_thread *t, struct pktgen_dev *i);
482 static int pktgen_add_device(struct pktgen_thread *t, const char *ifname);
483 static struct pktgen_dev *pktgen_find_dev(struct pktgen_thread *t,
490 static void pktgen_stop(struct pktgen_thread *t);
1885 struct pktgen_thread *t = seq->private;
1918 struct pktgen_thread *t = seq->private;
2027 struct pktgen_thread *t;
2081 struct pktgen_thread *t;
3205 static void pktgen_run(struct pktgen_thread *t)
3240 struct pktgen_thread *t;
3257 static int thread_is_running(const struct pktgen_thread *t)
3271 static int pktgen_wait_thread_run(struct pktgen_thread *t)
3276 * cycle because pktgen_thread threads are only cleared at
3293 struct pktgen_thread *t;
3403 static struct pktgen_dev *next_to_run(struct pktgen_thread *t)
3421 static void pktgen_stop(struct pktgen_thread *t)
3440 static void pktgen_rem_one_if(struct pktgen_thread *t)
3462 static void pktgen_rem_all_ifs(struct pktgen_thread *t)
3481 static void pktgen_rem_thread(struct pktgen_thread *t)
3702 struct pktgen_thread *t = arg;
3770 static struct pktgen_dev *pktgen_find_dev(struct pktgen_thread *t,
3796 static int add_dev_to_thread(struct pktgen_thread *t,
3827 static int pktgen_add_device(struct pktgen_thread *t, const char *ifname)
3917 struct pktgen_thread *t;
3921 t = kzalloc_node(sizeof(struct pktgen_thread), GFP_KERNEL,
3968 static void _rem_dev_from_if_list(struct pktgen_thread *t,
3983 static int pktgen_remove_device(struct pktgen_thread *t,
4069 struct pktgen_thread *t;
4081 t = list_entry(q, struct pktgen_thread, th_list);