Home
last modified time | relevance | path

Searched refs:last_completion (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/ioat/
H A Ddma.c547 if (*phys_complete == ioat_chan->last_completion) in ioat_cleanup_preamble()
654 ioat_chan->last_completion = phys_complete; in __cleanup()
771 ioat_chan->last_completion = *ioat_chan->completion = desc->txd.phys; in ioat_abort_descs()
H A Ddma.h97 dma_addr_t last_completion; member
H A Dinit.c670 ioat_chan->last_completion = 0; in ioat_free_chan_resources()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma/ioat/
H A Ddma.c547 if (*phys_complete == ioat_chan->last_completion) in ioat_cleanup_preamble()
654 ioat_chan->last_completion = phys_complete; in __cleanup()
771 ioat_chan->last_completion = *ioat_chan->completion = desc->txd.phys; in ioat_abort_descs()
H A Ddma.h97 dma_addr_t last_completion; member
H A Dinit.c670 ioat_chan->last_completion = 0; in ioat_free_chan_resources()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/ioat/
H A Ddma.c547 if (*phys_complete == ioat_chan->last_completion) in ioat_cleanup_preamble()
654 ioat_chan->last_completion = phys_complete; in __cleanup()
771 ioat_chan->last_completion = *ioat_chan->completion = desc->txd.phys; in ioat_abort_descs()
H A Ddma.h97 dma_addr_t last_completion; member
H A Dinit.c670 ioat_chan->last_completion = 0; in ioat_free_chan_resources()
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/samples/
H A Dpjsip-perf.c156 pj_time_val last_completion; member
705 pj_gettimeofday(&app.client.last_completion); in report_completion()
1732 if (app.client.last_completion.sec) { in main()
1734 duration = app.client.last_completion; in main()
/dports/multimedia/v4l-utils/linux-5.13-rc2/block/
H A Dbfq-iosched.h588 u64 last_completion; member
H A Dbfq-iosched.c1998 now_ns - bfqd->last_completion >= 4 * NSEC_PER_MSEC || in bfq_check_waker()
3247 bfqd->last_completion - bfqd->first_dispatch); in bfq_update_rate_reset()
3395 now_ns - bfqd->last_completion < BFQ_MIN_TT) in bfq_update_peak_rate()
6103 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); in bfq_completed_request()
6125 bfqd->last_completion = now_ns; in bfq_completed_request()
/dports/multimedia/v4l_compat/linux-5.13-rc2/block/
H A Dbfq-iosched.h588 u64 last_completion; member
H A Dbfq-iosched.c1998 now_ns - bfqd->last_completion >= 4 * NSEC_PER_MSEC || in bfq_check_waker()
3247 bfqd->last_completion - bfqd->first_dispatch); in bfq_update_rate_reset()
3395 now_ns - bfqd->last_completion < BFQ_MIN_TT) in bfq_update_peak_rate()
6103 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); in bfq_completed_request()
6125 bfqd->last_completion = now_ns; in bfq_completed_request()
/dports/multimedia/libv4l/linux-5.13-rc2/block/
H A Dbfq-iosched.h588 u64 last_completion; member
H A Dbfq-iosched.c1998 now_ns - bfqd->last_completion >= 4 * NSEC_PER_MSEC || in bfq_check_waker()
3247 bfqd->last_completion - bfqd->first_dispatch); in bfq_update_rate_reset()
3395 now_ns - bfqd->last_completion < BFQ_MIN_TT) in bfq_update_peak_rate()
6103 delta_us = div_u64(now_ns - bfqd->last_completion, NSEC_PER_USEC); in bfq_completed_request()
6125 bfqd->last_completion = now_ns; in bfq_completed_request()
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dvirtualdirmode.hh528 std::string last_completion; member
H A Dvirtualdirmode.cc423 if ( ! m_filtered_search_state.last_completion.empty() ) { in messageHandler()
427 s += m_filtered_search_state.last_completion; in messageHandler()
5043 m_filtered_search_state.last_completion = completion; in showSearchModeCompletion()
5063 ! m_filtered_search_state.last_completion.empty() ) { in resetToLastSearchString()
5065 newtext += m_filtered_search_state.last_completion; in resetToLastSearchString()