Home
last modified time | relevance | path

Searched full:buffered (Results 1 – 25 of 382) sorted by relevance

12345678910>>...16

/kernel/linux/linux-5.10/fs/nfs/
Dio.c27 * nfs_start_io_read - declare the file is being used for buffered reads
30 * Declare that a buffered read operation is about to start, and ensure
35 * In practice, this means that buffered read operations are allowed to
39 * Note that buffered writes and truncates both take a write lock on
58 * nfs_end_io_read - declare that the buffered read operation is done
61 * Declare that a buffered read operation is done, and release the shared
71 * nfs_start_io_write - declare the file is being used for buffered writes
74 * Declare that a buffered read operation is about to start, and ensure
85 * nfs_end_io_write - declare that the buffered write operation is done
88 * Declare that a buffered write operation is done, and release the
[all …]
/kernel/linux/linux-5.10/fs/ceph/
Dio.c35 * ceph_start_io_read - declare the file is being used for buffered reads
38 * Declare that a buffered read operation is about to start, and ensure
43 * In practice, this means that buffered read operations are allowed to
47 * Note that buffered writes and truncates both take a write lock on
67 * ceph_end_io_read - declare that the buffered read operation is done
70 * Declare that a buffered read operation is done, and release the shared
80 * ceph_start_io_write - declare the file is being used for buffered writes
83 * Declare that a buffered write operation is about to start, and ensure
94 * ceph_end_io_write - declare that the buffered write operation is done
97 * Declare that a buffered write operation is done, and release the
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7124.yaml101 adi,buffered-positive:
102 description: Enable buffered mode for positive input.
105 adi,buffered-negative:
106 description: Enable buffered mode for negative input.
138 adi,buffered-positive;
146 adi,buffered-positive;
147 adi,buffered-negative;
/kernel/linux/linux-5.10/include/linux/platform_data/
Dad7791.h7 * @buffered: If set to true configure the device for buffered input mode.
13 bool buffered; member
Dad7793.h90 * @buffered: If set to true configure the device for buffered input mode.
102 bool buffered; member
Dasoc-ti-mcbsp.h3 * Defines for Multi-Channel Buffered Serial Port
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iio/dac/
Dmcp4725.txt13 - microchip,vref-buffered: Boolean to enable buffering of the external
28 /* mcp4726 with the buffered external reference voltage */
34 microchip,vref-buffered;
/kernel/linux/linux-5.10/drivers/target/
DKconfig22 Say Y here to enable the TCM/IBLOCK subsystem plugin for non-buffered
28 Say Y here to enable the TCM/FILEIO subsystem plugin for buffered
35 Say Y here to enable the TCM/pSCSI subsystem plugin for non-buffered
/kernel/linux/linux-5.10/drivers/iio/dummy/
DKconfig33 bool "Buffered capture support"
38 Add buffered data capture to the simple dummy driver.
Diio_simple_dummy_buffer.c39 * This is the guts of buffered capture. On a trigger event occurring,
153 * Notify the core that this device is capable of buffered capture in iio_simple_dummy_configure_buffer()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/
Dsamsung,s2mps11.txt8 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz
9 outputs. The S2MPS14 provides two (AP/BT) buffered 32.768 KHz outputs.
/kernel/linux/linux-5.10/include/media/
Dv4l2-mem2mem.h59 * @buffered: is the queue buffered?
71 bool buffered; member
164 * If a queue is buffered (for example a decoder hardware ringbuffer that has
551 bool buffered) in v4l2_m2m_set_src_buffered() argument
553 m2m_ctx->out_q_ctx.buffered = buffered; in v4l2_m2m_set_src_buffered()
557 bool buffered) in v4l2_m2m_set_dst_buffered() argument
559 m2m_ctx->cap_q_ctx.buffered = buffered; in v4l2_m2m_set_dst_buffered()
/kernel/linux/linux-5.10/include/uapi/linux/
Dcapi.h28 __u32 datablkcnt; /* No. of buffered data messages */
29 __u32 datablklen; /* Size of buffered data messages */
/kernel/linux/linux-5.10/net/mac80211/
Dsta_info.c908 * a separate queue to avoid reordering with normal PS-buffered in sta_info_cleanup_expire_buffered_ac()
933 * Now also check the normal PS-buffered queue, this will in sta_info_cleanup_expire_buffered_ac()
936 * buffered frames. in sta_info_cleanup_expire_buffered_ac()
956 ps_dbg(sta->sdata, "Buffered frame expired (STA %pM)\n", in sta_info_cleanup_expire_buffered_ac()
969 * Return whether there are any frames still buffered, this is in sta_info_cleanup_expire_buffered_ac()
1309 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local
1344 /* Send all buffered frames to the station */ in ieee80211_sta_ps_deliver_wakeup()
1359 buffered += tmp - count; in ieee80211_sta_ps_deliver_wakeup()
1376 local->total_ps_buffered -= buffered; in ieee80211_sta_ps_deliver_wakeup()
1382 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup()
[all …]
Dmesh_ps.c566 * ieee80211_mps_frame_release - release frames buffered due to mesh power save
571 * For peers if we have individually-addressed frames buffered or the peer
572 * indicates buffered frames, send a corresponding MPSP trigger frame. Since
587 mps_dbg(sta->sdata, "%pM indicates buffered frames\n", in ieee80211_mps_frame_release()
/kernel/linux/linux-5.10/drivers/scsi/
Dst_options.h26 because of buffered reads. Should be set to zero to support also drives
65 buffered until the driver buffer is full or asynchronous write is
/kernel/linux/linux-5.10/tools/io_uring/
Dio_uring-bench.c102 static int buffered = 0; /* use buffered IO, not O_DIRECT */ variable
494 if (!buffered) in main()
557 printf("polled=%d, fixedbufs=%d, buffered=%d", polled, fixedbufs, buffered); in main()
/kernel/linux/linux-5.10/drivers/s390/char/
Dtape_34xx.c527 * completed ok or read buffered log command completed ok. in tape_34xx_unit_check()
534 /* tape_34xx doesn't use read buffered log commands. */ in tape_34xx_unit_check()
728 * buffered mode. in tape_34xx_unit_check()
731 " for buffered mode is exceeded\n"); in tape_34xx_unit_check()
738 * Read buffered log (Overflow). CU is running in extended in tape_34xx_unit_check()
739 * buffered log mode, and a counter overflows. This should in tape_34xx_unit_check()
741 * buffered log mode. in tape_34xx_unit_check()
746 * Read buffered log (EOV). EOF processing occurs while the in tape_34xx_unit_check()
747 * CU is in extended buffered log mode. This should never in tape_34xx_unit_check()
748 * happen, since we're never running in extended buffered in tape_34xx_unit_check()
/kernel/linux/linux-5.10/fs/gfs2/
Dfile.c822 * ensures that other nodes have flushed their buffered read caches in gfs2_file_direct_write()
832 /* Silently fall back to buffered I/O when writing beyond EOF */ in gfs2_file_direct_write()
931 ssize_t buffered, ret2; in gfs2_file_write_iter() local
939 buffered = iomap_file_buffered_write(iocb, from, &gfs2_iomap_ops); in gfs2_file_write_iter()
941 if (unlikely(buffered <= 0)) { in gfs2_file_write_iter()
943 ret = buffered; in gfs2_file_write_iter()
951 * the direct I/O range as we don't know if the buffered pages in gfs2_file_write_iter()
954 iocb->ki_pos += buffered; in gfs2_file_write_iter()
955 ret2 = generic_write_sync(iocb, buffered); in gfs2_file_write_iter()
957 (iocb->ki_pos - buffered) >> PAGE_SHIFT, in gfs2_file_write_iter()
/kernel/linux/linux-5.10/drivers/staging/fbtft/
Dfbtft-bus.c140 /* non buffered write */ in fbtft_write_vmem16_bus8()
144 /* buffered write */ in fbtft_write_vmem16_bus8()
240 /* no need for buffered write with 16-bit bus */ in fbtft_write_vmem16_bus16()
/kernel/linux/linux-5.10/include/linux/
Ddm-bufio.h21 * Create a buffered IO cache on a given device
30 * Release a buffered IO cache.
Dmailbox_controller.h91 * 'msg_count' tracks the number of buffered messages while 'msg_free'
92 * is the index where the next message would be buffered.
/kernel/linux/linux-5.10/fs/iomap/
DMakefile13 buffered-io.o \
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dvidioc-encoder-cmd.rst52 the remaining data buffered by the driver. When the buffer is empty,
62 the encoder, and all buffered data is discarded. Applies to both queues of
/kernel/linux/linux-5.10/drivers/soc/aspeed/
DKconfig14 region where the host LPC read/write region can be buffered.

12345678910>>...16