Home
last modified time | relevance | path

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

12345678910>>...18

/Linux-v6.1/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 …]
/Linux-v6.1/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 …]
/Linux-v6.1/drivers/gpu/drm/
Ddrm_gem_atomic_helper.c55 * The helpers for shadow-buffered planes establish and release mappings,
59 * Shadow-buffered planes can easily be enabled by using the provided macros
230 * Shadow-buffered Planes
234 * __drm_gem_duplicate_shadow_plane_state - duplicates shadow-buffered plane state
236 * @new_shadow_plane_state: the new shadow-buffered plane state
238 * This function duplicates shadow-buffered plane state. This is helpful for drivers
255 * drm_gem_duplicate_shadow_plane_state - duplicates shadow-buffered plane state
259 * shadow-buffered planes. It assumes the existing state to be of type
290 * __drm_gem_destroy_shadow_plane_state - cleans up shadow-buffered plane state
291 * @shadow_plane_state: the shadow-buffered plane state
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/iio/adc/
Dadi,ad7124.yaml93 adi,buffered-positive:
94 description: Enable buffered mode for positive input.
97 adi,buffered-negative:
98 description: Enable buffered mode for negative input.
135 adi,buffered-positive;
143 adi,buffered-positive;
144 adi,buffered-negative;
/Linux-v6.1/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
/Linux-v6.1/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
/Linux-v6.1/drivers/iio/dummy/
DKconfig33 bool "Buffered capture support"
39 Add buffered data capture to the simple dummy driver.
/Linux-v6.1/include/drm/
Ddrm_gem_atomic_helper.h96 * Initializes struct drm_plane_funcs for shadow-buffered planes
111 * Initializes struct drm_plane_helper_funcs for shadow-buffered planes
133 * Initializes struct drm_simple_display_pipe_funcs for shadow-buffered planes
/Linux-v6.1/Documentation/devicetree/bindings/clock/
Dsamsung,s2mps11.yaml16 The S2MPS11/13/15 and S5M8767 provide three(AP/CP/BT) buffered 32.768 kHz
17 outputs. The S2MPS14 provides two (AP/BT) buffered 32.768 KHz outputs.
/Linux-v6.1/Documentation/devicetree/bindings/iio/dac/
Dmicrochip,mcp4725.yaml31 microchip,vref-buffered:
70 microchip,vref-buffered: false
/Linux-v6.1/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
556 bool buffered) in v4l2_m2m_set_src_buffered() argument
558 m2m_ctx->out_q_ctx.buffered = buffered; in v4l2_m2m_set_src_buffered()
562 bool buffered) in v4l2_m2m_set_dst_buffered() argument
564 m2m_ctx->cap_q_ctx.buffered = buffered; in v4l2_m2m_set_dst_buffered()
/Linux-v6.1/fs/ext4/
Dfile.c41 * %false if it should fall back to buffered I/O.
45 * either fall back to buffered I/O or return EINVAL. For files that don't use
48 * In this case, we should attempt the DIO, *not* fall back to buffered I/O.
51 * traditionally falls back to buffered I/O.
84 * Fallback to buffered I/O if the operation being performed on in ext4_dio_read_iter()
119 /* Fallback to buffered IO in case we cannot support DAX */ in ext4_dax_read_iter()
403 * buffered reads could zero out too much from page cache pages. Update in ext4_dio_write_end_io()
528 /* Fallback to buffered I/O if the inode does not support direct I/O. */ in ext4_dio_write_iter()
615 * direct I/O semantics in the case we fallback to buffered I/O in ext4_dio_write_iter()
/Linux-v6.1/fs/f2fs/
Diostat.c34 seq_printf(seq, "app buffered data: %-16llu\n", in iostat_info_seq_show()
40 seq_printf(seq, "app buffered cdata: %-16llu\n", in iostat_info_seq_show()
67 seq_printf(seq, "app buffered data: %-16llu\n", in iostat_info_seq_show()
73 seq_printf(seq, "app buffered cdata: %-16llu\n", in iostat_info_seq_show()
/Linux-v6.1/include/uapi/linux/
Dcapi.h28 __u32 datablkcnt; /* No. of buffered data messages */
29 __u32 datablklen; /* Size of buffered data messages */
/Linux-v6.1/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()
/Linux-v6.1/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
/Linux-v6.1/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()
/Linux-v6.1/net/mac80211/
Dsta_info.c1098 * a separate queue to avoid reordering with normal PS-buffered in sta_info_cleanup_expire_buffered_ac()
1123 * Now also check the normal PS-buffered queue, this will in sta_info_cleanup_expire_buffered_ac()
1126 * buffered frames. in sta_info_cleanup_expire_buffered_ac()
1146 ps_dbg(sta->sdata, "Buffered frame expired (STA %pM)\n", in sta_info_cleanup_expire_buffered_ac()
1159 * Return whether there are any frames still buffered, this is in sta_info_cleanup_expire_buffered_ac()
1518 int filtered = 0, buffered = 0, ac, i; in ieee80211_sta_ps_deliver_wakeup() local
1553 /* Send all buffered frames to the station */ in ieee80211_sta_ps_deliver_wakeup()
1568 buffered += tmp - count; in ieee80211_sta_ps_deliver_wakeup()
1585 local->total_ps_buffered -= buffered; in ieee80211_sta_ps_deliver_wakeup()
1591 sta->sta.addr, sta->sta.aid, filtered, buffered); in ieee80211_sta_ps_deliver_wakeup()
[all …]
/Linux-v6.1/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()
/Linux-v6.1/include/linux/
Ddm-bufio.h26 * Create a buffered IO cache on a given device
36 * Release a buffered IO cache.
Dmailbox_controller.h92 * 'msg_count' tracks the number of buffered messages while 'msg_free'
93 * is the index where the next message would be buffered.
/Linux-v6.1/Documentation/gpu/amdgpu/display/
Ddcn-overview.rst189 Many DCN registers are double buffered, most importantly the surface address.
211 atomically programmed (i.e. double buffered) registers. Even though it is
215 Since DCN hardware is double-buffered the DC driver is able to program the
/Linux-v6.1/fs/iomap/
DMakefile13 iomap-$(CONFIG_BLOCK) += buffered-io.o \
/Linux-v6.1/Documentation/bpf/
Dbpf_prog_run.rst98 packet is buffered until the end of the batch, at which point all packets
99 buffered this way during the batch are transmitted at once.

12345678910>>...18