/kernel/linux/linux-6.6/tools/testing/selftests/proc/ |
H A D | setns-sysvipc.c | 82 pause(); in main()
|
/third_party/alsa-utils/axfer/ |
H A D | xfer.h | 99 void (*pause)(struct xfer_context *xfer, bool enable); member
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_core03.c | 59 pause(); in cg_run_nowait()
|
/third_party/ltp/testcases/kernel/containers/pidns/ |
H A D | pidns05.c | 49 pause(); in child_func()
|
/third_party/node/test/parallel/ |
H A D | test-https-drain.js | 53 res.pause();
|
H A D | test-stream2-readable-wrap.js | 36 old.pause = function() { 37 old.emit('pause'); 46 // Make sure pause is only emitted once. 48 r.on('pause', () => {
|
H A D | test-tls-pause.js | 27 // This test ensures that the data received over tls-server after pause 57 client.pause();
|
H A D | test-stream2-basic.js | 419 const r2 = r.setEncoding('utf8').pause().resume().pause();
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill11.c | 68 pause(); in verify_kill()
|
/third_party/ltp/testcases/kernel/syscalls/pause/ |
H A D | pause02.c | 21 * Verify that, pause() returns -1 and sets errno to EINTR after receipt of a 75 * Wait for child to enter pause(). in main() 81 * returns from pause and resumes execution. in main() 89 tst_resm(TPASS, "pause was interrupted correctly"); in main() 91 tst_resm(TFAIL, "pause was interrupted but the " in main() 132 TEST(pause()); in do_child()
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid03.c | 170 pause(); in do_child()
|
/third_party/python/Lib/test/ |
H A D | signalinterproctester.py | 37 signal.pause()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Query11.h | 37 angle::Result pause(Context11 *context11);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/ |
H A D | thunder_bgx.h | 233 void bgx_lmac_get_pfc(int node, int bgx_idx, int lmacid, void *pause); 234 void bgx_lmac_set_pfc(int node, int bgx_idx, int lmacid, void *pause);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.h | 189 #define REG_STS_RX_PAUSE 0x1700 /* Num pause packets received */ 242 unsigned pause:1; /* transmiited a pause frame */ member 291 unsigned pause:1; member
|
/kernel/linux/linux-5.10/drivers/net/phy/ |
H A D | fixed_phy.c | 268 phy->pause = status->pause; in __fixed_phy_register()
|
/kernel/linux/linux-6.6/drivers/net/dsa/b53/ |
H A D | b53_serdes.c | 134 state->pause |= MLO_PAUSE_RX; in b53_serdes_get_state() 136 state->pause |= MLO_PAUSE_TX; in b53_serdes_get_state()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/ |
H A D | atl2.h | 189 #define REG_STS_RX_PAUSE 0x1700 /* Num pause packets received */ 242 unsigned pause:1; /* transmiited a pause frame */ member 291 unsigned pause:1; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dmub_abm_lcd.c | 193 bool dmub_abm_set_pause(struct abm *abm, bool pause, unsigned int panel_inst, unsigned int stream_inst) in dmub_abm_set_pause() argument 202 cmd.abm_pause.abm_pause_data.enable = pause; in dmub_abm_set_pause() 213 * dmub_abm_save_restore() - dmub interface for abm save+pause and restore+ 214 * un-pause 217 * @pData: contains command to pause/un-pause abm and exchange abm parameters 219 * When called Pause will get abm data and store in pData, and un-pause will
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/ |
H A D | thunder_bgx.h | 233 void bgx_lmac_get_pfc(int node, int bgx_idx, int lmacid, void *pause); 234 void bgx_lmac_set_pfc(int node, int bgx_idx, int lmacid, void *pause);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/prestera/ |
H A D | prestera.h | 108 bool pause; member 218 bool pause; member
|
/kernel/linux/linux-6.6/drivers/net/phy/ |
H A D | fixed_phy.c | 268 phy->pause = status->pause; in __fixed_phy_register()
|
/kernel/linux/linux-6.6/drivers/net/mdio/ |
H A D | of_mdio.c | 406 status.pause = of_property_read_bool(fixed_link_node, "pause"); in of_phy_register_fixed_link() 408 "asym-pause"); in of_phy_register_fixed_link() 420 status.pause = fixed_link_prop[3]; in of_phy_register_fixed_link()
|
/third_party/ffmpeg/libavformat/ |
H A D | librtmp.c | 223 static int rtmp_read_pause(URLContext *s, int pause) in rtmp_read_pause() argument 228 if (!RTMP_Pause(r, pause)) in rtmp_read_pause()
|
/third_party/node/lib/internal/debugger/ |
H A D | inspect.js | 185 this.repl.pause(); 187 this.stdin.pause();
|