/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.h | 2980 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 D | llhttp.c | 5909 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 D | emac-mac.c | 506 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 D | qca8k-8xxx.c | 1517 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 D | emac-mac.c | 506 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 D | qcom_glink_native.c | 1041 * @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 D | SignalTest.cpp | 641 * @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 D | aviobuf.c | 1329 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 D | curl_ngtcp2.c | 1867 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 D | curl_osslq.c | 614 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 D | curl_quiche.c | 1115 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 D | pcm_hw.c | 480 * 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 D | net.js | 493 // 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 D | aic7xxx_core.c | 304 * 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 D | aic7xxx_core.c | 304 * 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 D | undici.js | 9027 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 D | mtk_eth_soc.c | 401 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 D | ittnotify.h | 294 * 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 D | StateManagerGL.cpp | 808 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 D | bnx2x_main.c | 3194 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 D | bnx2x_main.c | 3192 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 D | qed_dev.c | 4069 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 D | qed_dev.c | 4166 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 D | test_functools.py | 1694 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 D | gk104.asm | 898 bpt pause 0x0 901 bpt pause 0x0
|