Home
last modified time | relevance | path

Searched refs:pause (Results 851 - 875 of 978) sorted by relevance

1...<<31323334353637383940

/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/
H A Dcore.h2980 void (*pause)(struct rtw89_dev *rtwdev, bool pause); member
4493 static inline void rtw89_hci_pause(struct rtw89_dev *rtwdev, bool pause) in rtw89_hci_pause() argument
4495 rtwdev->hci.ops->pause(rtwdev, pause); in rtw89_hci_pause()
/third_party/node/deps/llhttp/src/
H A Dllhttp.c5909 state->reason = "on_message_complete pause"; in llhttp__internal__run()
5927 state->reason = "on_chunk_complete pause"; in llhttp__internal__run()
5966 state->reason = "on_message_complete pause"; in llhttp__internal__run()
6005 state->reason = "on_chunk_complete pause"; in llhttp__internal__run()
6069 state->reason = "on_chunk_header pause"; in llhttp__internal__run()
6197 state->reason = "on_message_complete pause"; in llhttp__internal__run()
8089 state->reason = "on_message_begin pause"; in llhttp__internal__run()
13870 state->reason = "on_message_complete pause"; in llhttp__internal__run()
13888 state->reason = "on_chunk_complete pause"; in llhttp__internal__run()
13927 state->reason = "on_message_complete pause"; in llhttp__internal__run()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c506 adpt->rx_flow_control = phydev->pause; in emac_mac_start()
507 adpt->tx_flow_control = phydev->pause != phydev->asym_pause; in emac_mac_start()
536 /* Enable single-pause-frame mode if requested. in emac_mac_start()
538 * If enabled, the EMAC will send a single pause frame when the RX in emac_mac_start()
540 * the pause frame disables the remote MAC only for 33ms (the quanta), in emac_mac_start()
544 * If disabled, the EMAC sends a pause frame every 31ms until the RX in emac_mac_start()
549 * non-stop "flood" of pause frames sometimes has the effect of in emac_mac_start()
553 * The user can enable or disable single-pause-frame mode in emac_mac_start()
/kernel/linux/linux-6.6/drivers/net/dsa/qca/
H A Dqca8k-8xxx.c1517 state->pause |= MLO_PAUSE_RX; in qca8k_pcs_get_state()
1519 state->pause |= MLO_PAUSE_TX; in qca8k_pcs_get_state()
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H A Demac-mac.c506 adpt->rx_flow_control = phydev->pause; in emac_mac_start()
507 adpt->tx_flow_control = phydev->pause != phydev->asym_pause; in emac_mac_start()
536 /* Enable single-pause-frame mode if requested. in emac_mac_start()
538 * If enabled, the EMAC will send a single pause frame when the RX in emac_mac_start()
540 * the pause frame disables the remote MAC only for 33ms (the quanta), in emac_mac_start()
544 * If disabled, the EMAC sends a pause frame every 31ms until the RX in emac_mac_start()
549 * non-stop "flood" of pause frames sometimes has the effect of in emac_mac_start()
553 * The user can enable or disable single-pause-frame mode in emac_mac_start()
/kernel/linux/linux-6.6/drivers/rpmsg/
H A Dqcom_glink_native.c1041 * @pause: Pause transmission
1046 static int qcom_glink_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in qcom_glink_set_flow_control() argument
1053 if (pause) in qcom_glink_set_flow_control()
/test/xts/acts/kernel_lite/ipc_posix/signal/
H A DSignalTest.cpp641 * @tc.name pause basic function test
656 int rt = pause(); in HWTEST_F()
659 LOG("pause should return -1, but rt=%d", rt); in HWTEST_F()
663 LOG("pause should set errno to 4(EINTR),but get %d", errno); in HWTEST_F()
687 * @tc.name pause and mask test
707 LOG("before pause"); in HWTEST_F()
708 rt = pause(); in HWTEST_F()
710 LOG("pause should return -1, but rt=%d", rt); in HWTEST_F()
714 LOG("pause should set errno to 4(EINTR),but get %d", errno); in HWTEST_F()
717 LOG("after pause"); in HWTEST_F()
[all...]
/third_party/ffmpeg/libavformat/
H A Daviobuf.c1329 int avio_pause(AVIOContext *s, int pause) in avio_pause() argument
1333 return s->read_pause(s->opaque, pause); in avio_pause()
/third_party/curl/lib/vquic/
H A Dcurl_ngtcp2.c1867 bool pause) in h3_data_pause()
1871 if(!pause) { in h3_data_pause()
1865 h3_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) h3_data_pause() argument
H A Dcurl_osslq.c614 bool pause) in h3_data_pause()
616 if(!pause) { in h3_data_pause()
612 h3_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) h3_data_pause() argument
H A Dcurl_quiche.c1115 bool pause) in h3_data_pause()
1119 if(!pause) { in h3_data_pause()
1113 h3_data_pause(struct Curl_cfilter *cf, struct Curl_easy *data, bool pause) h3_data_pause() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm_hw.c480 * In older versions, timer uses pause events instead in snd_pcm_hw_change_timer()
1551 .pause = snd_pcm_hw_pause,
1582 .pause = snd_pcm_hw_pause,
/third_party/node/lib/
H A Dnet.js493 // Stop the handle from reading and pause the stream
753 Socket.prototype.pause = function() {
763 return stream.Duplex.prototype.pause.call(this);
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c304 * manual pause while accessing scb ram, accesses to certain registers
334 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_pause()
727 if ((ahc->pause & INTEN) == 0) { in ahc_intr()
4435 ahc->pause = ahc->unpause | PAUSE; in ahc_softc_init()
4578 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause); in ahc_reset()
4595 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_reset()
5536 ahc->pause &= ~INTEN; in ahc_intr_enable()
5540 ahc->pause |= INTEN; in ahc_intr_enable()
7746 * If the card supports auto-access pause, in ahc_run_tqinfifo()
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c304 * manual pause while accessing scb ram, accesses to certain registers
334 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_pause()
727 if ((ahc->pause & INTEN) == 0) { in ahc_intr()
4433 ahc->pause = ahc->unpause | PAUSE; in ahc_softc_init()
4577 ahc_outb(ahc, HCNTRL, CHIPRST | ahc->pause); in ahc_reset()
4594 ahc_outb(ahc, HCNTRL, ahc->pause); in ahc_reset()
5535 ahc->pause &= ~INTEN; in ahc_intr_enable()
5539 ahc->pause |= INTEN; in ahc_intr_enable()
7739 * If the card supports auto-access pause, in ahc_run_tqinfifo()
/third_party/node/deps/undici/
H A Dundici.js9027 const pause = request.onHeaders(statusCode, headers, this.resume, statusText) === false;
9041 return pause ? constants.ERROR.PAUSED : 0;
9656 stream.pause();
9664 stream.pause();
9785 if (!writer.write(chunk) && this.pause) {
9786 this.pause();
11861 this.pause();
/kernel/linux/linux-5.10/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c401 state->pause &= (MLO_PAUSE_RX | MLO_PAUSE_TX); in mtk_mac_pcs_get_state()
403 state->pause |= MLO_PAUSE_RX; in mtk_mac_pcs_get_state()
405 state->pause |= MLO_PAUSE_TX; in mtk_mac_pcs_get_state()
455 /* Configure pause modes - phylink will avoid these for half duplex */ in mtk_mac_link_up()
/third_party/node/deps/v8/third_party/ittapi/include/
H A Dittnotify.h294 * It does not pause tracing or analyzing threading APIs.
314 ITT_STUBV(ITTAPI, void, pause, (void))
317 #define __itt_pause ITTNOTIFY_VOID(pause)
318 #define __itt_pause_ptr ITTNOTIFY_NAME(pause)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DStateManagerGL.cpp808 ANGLE_TRY(previousQuery->pause(context)); in pauseAllQueries()
823 ANGLE_TRY(previousQuery->pause(context)); in pauseQuery()
873 // If the context has changed, pause the previous context's queries in onMakeCurrent()
883 ANGLE_TRY(currentQuery->pause(context)); in onMakeCurrent()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3194 struct bnx2x_fastpath *fp, struct rxq_pause_params *pause, in bnx2x_pf_rx_q_prep()
3202 pause->sge_th_lo = SGE_TH_LO(bp); in bnx2x_pf_rx_q_prep()
3203 pause->sge_th_hi = SGE_TH_HI(bp); in bnx2x_pf_rx_q_prep()
3207 pause->sge_th_hi + FW_PREFETCH_CNT > in bnx2x_pf_rx_q_prep()
3218 /* pause - not for e1 */ in bnx2x_pf_rx_q_prep()
3220 pause->bd_th_lo = BD_TH_LO(bp); in bnx2x_pf_rx_q_prep()
3221 pause->bd_th_hi = BD_TH_HI(bp); in bnx2x_pf_rx_q_prep()
3223 pause->rcq_th_lo = RCQ_TH_LO(bp); in bnx2x_pf_rx_q_prep()
3224 pause->rcq_th_hi = RCQ_TH_HI(bp); in bnx2x_pf_rx_q_prep()
3230 pause in bnx2x_pf_rx_q_prep()
3193 bnx2x_pf_rx_q_prep(struct bnx2x *bp, struct bnx2x_fastpath *fp, struct rxq_pause_params *pause, struct bnx2x_rxq_setup_params *rxq_init) bnx2x_pf_rx_q_prep() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c3192 struct bnx2x_fastpath *fp, struct rxq_pause_params *pause, in bnx2x_pf_rx_q_prep()
3200 pause->sge_th_lo = SGE_TH_LO(bp); in bnx2x_pf_rx_q_prep()
3201 pause->sge_th_hi = SGE_TH_HI(bp); in bnx2x_pf_rx_q_prep()
3205 pause->sge_th_hi + FW_PREFETCH_CNT > in bnx2x_pf_rx_q_prep()
3216 /* pause - not for e1 */ in bnx2x_pf_rx_q_prep()
3218 pause->bd_th_lo = BD_TH_LO(bp); in bnx2x_pf_rx_q_prep()
3219 pause->bd_th_hi = BD_TH_HI(bp); in bnx2x_pf_rx_q_prep()
3221 pause->rcq_th_lo = RCQ_TH_LO(bp); in bnx2x_pf_rx_q_prep()
3222 pause->rcq_th_hi = RCQ_TH_HI(bp); in bnx2x_pf_rx_q_prep()
3228 pause in bnx2x_pf_rx_q_prep()
3191 bnx2x_pf_rx_q_prep(struct bnx2x *bp, struct bnx2x_fastpath *fp, struct rxq_pause_params *pause, struct bnx2x_rxq_setup_params *rxq_init) bnx2x_pf_rx_q_prep() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c4069 link->pause.autoneg = !!(fld & NVM_CFG1_PORT_DRV_FLOW_CONTROL_AUTONEG); in qed_hw_get_nvm_info()
4070 link->pause.forced_rx = !!(fld & NVM_CFG1_PORT_DRV_FLOW_CONTROL_RX); in qed_hw_get_nvm_info()
4071 link->pause.forced_tx = !!(fld & NVM_CFG1_PORT_DRV_FLOW_CONTROL_TX); in qed_hw_get_nvm_info()
4219 link->speed.autoneg, link->pause.autoneg, in qed_hw_get_nvm_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_dev.c4166 link->pause.autoneg = !!(fld & NVM_CFG1_PORT_DRV_FLOW_CONTROL_AUTONEG); in qed_hw_get_nvm_info()
4167 link->pause.forced_rx = !!(fld & NVM_CFG1_PORT_DRV_FLOW_CONTROL_RX); in qed_hw_get_nvm_info()
4168 link->pause.forced_tx = !!(fld & NVM_CFG1_PORT_DRV_FLOW_CONTROL_TX); in qed_hw_get_nvm_info()
4316 link->speed.autoneg, link->pause.autoneg, in qed_hw_get_nvm_info()
/third_party/python/Lib/test/
H A Dtest_functools.py1694 pause = threading.Barrier(n+1)
1698 pause.wait(10)
1711 pause.wait(10)
1714 pause.reset()
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgk104.asm898 bpt pause 0x0
901 bpt pause 0x0

Completed in 128 milliseconds

1...<<31323334353637383940