Searched refs:pg_thread (Results 1 – 11 of 11) sorted by relevance
63 pg_thread $thread "rem_device_all"64 pg_thread $thread "add_device" $dev
46 pg_thread $thread "rem_device_all"47 pg_thread $thread "add_device" $dev
44 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"45 pg_thread $thread "add_device" $DEV
50 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"51 pg_thread $thread "add_device" $dev
53 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"54 pg_thread $thread "add_device" $dev
44 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"45 pg_thread $thread "add_device" $dev
54 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"55 pg_thread $thread "add_device" $dev
61 [ -z "$APPEND" ] && pg_thread $thread "rem_device_all"62 pg_thread $thread "add_device" $dev
56 configuring the different components of pktgen: pg_ctrl(), pg_thread()61 * pg_thread() control the kernel threads and binding to devices
44 function pg_thread() { function
271 struct pktgen_thread *pg_thread;/* the owner */ member3714 if (pkt_dev->pg_thread) { in add_dev_to_thread()3721 pkt_dev->pg_thread = t; in add_dev_to_thread()
Completed in 12 milliseconds