Home
last modified time | relevance | path

Searched refs:SINGLE (Results 1 – 13 of 13) sorted by relevance

/f-stack/dpdk/app/test-cmdline/
H A Dcmdline_test_data.py95 "Result": SINGLE},
98 "Result": SINGLE},
103 "Result": SINGLE},
124 "Result": SINGLE},
127 "Result": SINGLE},
130 "Result": SINGLE},
144 "Result": SINGLE},
149 "Result": SINGLE},
154 "Result": SINGLE},
202 "Result": SINGLE},
[all …]
/f-stack/app/nginx-1.16.1/contrib/unicode2nginx/
H A Dkoi-utf37 A2 E29592 ; # BOX DRAWINGS DOWN SINGLE AND RIGHT DOUBLE
39 A4 E29593 ; # BOX DRAWINGS DOWN DOUBLE AND RIGHT SINGLE
41 A6 E29595 ; # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
42 A7 E29596 ; # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
44 A9 E29598 ; # BOX DRAWINGS UP SINGLE AND RIGHT DOUBLE
45 AA E29599 ; # BOX DRAWINGS UP DOUBLE AND RIGHT SINGLE
47 AC E2959B ; # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
48 AD E2959C ; # BOX DRAWINGS UP DOUBLE AND LEFT SINGLE
53 B2 E295A1 ; # BOX DRAWINGS VERTICAL SINGLE AND LEFT DOUBLE
55 B4 E295A2 ; # BOX DRAWINGS VERTICAL DOUBLE AND LEFT SINGLE
[all …]
H A Dwin-utf5 82 E2809A ; #SINGLE LOW-9 QUOTATION MARK
14 8B E280B9 ; #SINGLE LEFT-POINTING ANGLE QUOTATION MARK
20 91 E28098 ; #LEFT SINGLE QUOTATION MARK
21 92 E28099 ; #RIGHT SINGLE QUOTATION MARK
29 9B E280BA ; #SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
/f-stack/dpdk/app/test/
H A Dtest_timer.c152 mytimer_reset(&mytiminfo[0], hz, SINGLE, lcore_id, in timer_stress_cb()
156 mytimer_reset(&mytiminfo[0], hz, SINGLE, in timer_stress_cb()
188 mytimer_reset(&mytiminfo[0], hz/10000, SINGLE, lcore_id, in timer_stress_main_loop()
310 ret = rte_timer_reset(&timers[i], delay, SINGLE, main_lcore, in timer_stress2_main_loop()
358 rte_timer_reset(&timers[i], delay, SINGLE, main_lcore, in timer_stress2_main_loop()
366 rte_timer_reset(&timers[r], delay, SINGLE, main_lcore, in timer_stress2_main_loop()
423 mytimer_reset(timinfo, hz, SINGLE, lcore_id, timer_basic_cb); in timer_basic_cb()
429 mytimer_reset(timinfo, hz*2, SINGLE, in timer_basic_cb()
455 mytimer_reset(&mytiminfo[0], hz, SINGLE, lcore_id, in timer_basic_cb()
470 mytimer_reset(&mytiminfo[0], hz/4, SINGLE, lcore_id, in timer_basic_main_loop()
[all …]
H A Dtest_timer_perf.c59 rte_timer_reset(&tms[i], ticks, SINGLE, lcore_id, in test_timer_perf()
85 rte_timer_reset(&tms[i], rte_rand() % ticks, SINGLE, lcore_id, in test_timer_perf()
121 rte_timer_reset(&tms[0], ticks * 100, SINGLE, lcore_id, in test_timer_perf()
H A Dtest_timer_secondary.c188 tim, ticks, SINGLE, in test_timer_secondary()
/f-stack/dpdk/examples/timer/
H A Dmain.c55 rte_timer_reset(tim, hz/3, SINGLE, lcore_id, timer1_cb, NULL); in timer1_cb()
110 rte_timer_reset(&timer1, hz/3, SINGLE, lcore_id, timer1_cb, NULL); in main()
/f-stack/dpdk/examples/performance-thread/common/
H A Dlthread_timer.h47 SINGLE, in _timer_start()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dtimer.rst113 … The SINGLE flag means that the timer expires only once and must be reloaded manually if required.
130 rte_timer_reset(&timer1, hz/3, SINGLE, lcore_id, timer1_cb, NULL);
175 rte_timer_reset(&timer1, hz/3, SINGLE, lcore_id, timer1_cb, NULL);
H A Dl3_forward_power_man.rst176 …rte_timer_reset(&power_timers[lcore_id], hz/TIMER_NUMBER_PER_SECOND, SINGLE, lcore_id, power_timer…
/f-stack/dpdk/lib/librte_timer/
H A Drte_timer.h59 SINGLE, enumerator
/f-stack/dpdk/lib/librte_eventdev/
H A Drte_event_timer_adapter.c598 ret = rte_timer_alt_reset(sw->timer_data_id, tim, 0, SINGLE, in swtim_callback()
1107 SINGLE, lcore_id, NULL, evtims[i]); in __swtim_arm_burst()
/f-stack/dpdk/examples/l3fwd-power/
H A Dmain.c466 SINGLE, lcore_id, power_timer_cb, NULL); in power_timer_cb()
2668 SINGLE, lcore_id, in main()