/openbmc/linux/tools/perf/util/ |
H A D | sideband_evlist.c | 38 bool draining = false; in perf_evlist__poll_thread() local 53 draining = true; in perf_evlist__poll_thread() 55 if (!draining) in perf_evlist__poll_thread() 78 if (draining && !got_data) in perf_evlist__poll_thread()
|
/openbmc/linux/kernel/bpf/ |
H A D | memalloc.c | 101 bool draining; member 311 if (unlikely(READ_ONCE(c->draining))) { in do_call_rcu_ttrace() 322 if (unlikely(READ_ONCE(c->draining))) { in do_call_rcu_ttrace() 417 if (unlikely(READ_ONCE(c->draining))) { in check_free_by_rcu() 687 WRITE_ONCE(c->draining, true); in bpf_mem_alloc_destroy() 704 WRITE_ONCE(c->draining, true); in bpf_mem_alloc_destroy()
|
/openbmc/linux/drivers/staging/vc04_services/bcm2835-audio/ |
H A D | bcm2835-pcm.c | 64 alsa_stream->draining ? in bcm2835_playback_fifo() 228 alsa_stream->draining = false; in snd_bcm2835_pcm_prepare() 264 alsa_stream->draining = true; in snd_bcm2835_pcm_trigger()
|
H A D | vc_vchi_audioserv_defs.h | 58 u32 draining; member
|
H A D | bcm2835.h | 75 int draining; member
|
H A D | bcm2835-vchiq.c | 306 .stop.draining = 1, in bcm2835_audio_drain()
|
/openbmc/linux/fs/nfs/ |
H A D | nfs42xattr.c | 65 bool draining; member 114 cache->buckets[i].draining = false; in nfs4_xattr_hash_init() 278 cache->buckets[i].draining = false; in nfs4_xattr_free_cache_cb() 397 bucket->draining = true; in nfs4_xattr_discard_cache() 538 if (bucket->draining) { in nfs4_xattr_hash_add()
|
/openbmc/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_roce.c | 832 out_params->draining = false; in qed_roce_query_qp() 885 out_params->draining = false; in qed_roce_query_qp() 931 out_params->draining = false; in qed_roce_query_qp() 936 out_params->draining = true; in qed_roce_query_qp()
|
/openbmc/linux/include/linux/qed/ |
H A D | qed_rdma_if.h | 394 bool draining; member
|
/openbmc/linux/Documentation/process/ |
H A D | researcher-guidelines.rst | 78 to. Such communication can be damaging to the developer (e.g. draining
|
/openbmc/linux/tools/perf/ |
H A D | builtin-record.c | 2317 bool disabled = false, draining = false; in __cmd_record() local 2598 if (trigger_is_hit(&switch_output_trigger) || done || draining) in __cmd_record() 2658 if (done || draining) in __cmd_record() 2671 draining = true; in __cmd_record()
|
H A D | builtin-trace.c | 3822 bool draining = false; local 4023 if (done && !draining) { 4025 draining = true; 4034 if (!draining && evlist__poll(evlist, timeout) > 0) { 4036 draining = true;
|
/openbmc/qemu/hw/ide/ |
H A D | trace-events | 17 ide_cancel_dma_sync_remaining(void) "draining all remaining requests"
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0001-ffmpeg-5.1.4-rpi_24.patch | 2437 - if (s->draining && V4L2_TYPE_IS_OUTPUT(avbuf->context->type)) { 3748 + s->draining = 0; 3844 - /* if we are draining and there are no more capture buffers queued in the driver we are done */ 3845 - if (!V4L2_TYPE_IS_OUTPUT(ctx->type) && ctx_to_m2mctx(ctx)->draining) { 3875 - /* no need to listen to requests for more input while draining */ 3876 - if (ctx_to_m2mctx(ctx)->draining) 4023 + if (is_cap && timeout == -1 && dq_ok(&m->output) && !m->draining) 4110 - if (ctx_to_m2mctx(ctx)->draining && !V4L2_TYPE_IS_OUTPUT(ctx->type)) { 4438 s->draining= 1; 4471 s->draining = 1; [all …]
|
/openbmc/linux/Documentation/accel/qaic/ |
H A D | aic100.rst | 408 take care to handle any race conditions between draining the FIFO, and the
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-util-clamp.rst | 586 limit it from draining system power at the cost of reduced performance for
|
/openbmc/linux/drivers/scsi/aic7xxx/ |
H A D | aic79xx.seq | 150 * still be data in our FIFOs draining to the host. Complete 174 * 1) Configured and draining to the host, with a FIFO handler.
|
/openbmc/qemu/docs/tools/ |
H A D | qemu-img.rst | 291 ``--no-drain`` is specified, a flush is issued without draining the request
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig | 785 r2p0) erratum. The Store Buffer does not have any automatic draining
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 6866 + /* After draining, we need to reset decoder with a flush */
|