| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| H A D | DenseMap.h | 1015 BucketT *TmpBegin = reinterpret_cast<BucketT *>(TmpStorage.buffer); in grow() 1104 // the memory's dynamic type is the small, inline bucket buffer, and the 1105 // 'storage.buffer' static type is 'char *'. 1106 return reinterpret_cast<const BucketT *>(storage.buffer); 1117 return reinterpret_cast<const LargeRep *>(storage.buffer);
|
| /third_party/skia/third_party/externals/dng_sdk/source/ |
| H A D | dng_shared.cpp | 1374 dng_memory_data buffer (fIPTC_NAA_Count); in Parse_ifd0() 1378 stream.Get (buffer.Buffer (), fIPTC_NAA_Count); in Parse_ifd0() 1380 const uint8 *data = buffer.Buffer_uint8 (); in Parse_ifd0()
|
| /third_party/python/Lib/unittest/test/ |
| H A D | test_runner.py | 1173 self.assertFalse(runner.buffer) 1198 buffer=True) 1204 self.assertTrue(result.buffer)
|
| H A D | test_discovery.py | 19 defaultTest = failfast = catchbreak = buffer = None 602 self.assertIs(program.buffer, False) 614 self.assertIs(program.buffer, True)
|
| /kernel/linux/linux-5.10/drivers/target/iscsi/ |
| H A D | iscsi_target.c | 2200 pr_err("Unable to locate text_in buffer for sendtargets" in iscsit_process_text_cmd() 2616 * buffer size derived from the CDB. in iscsit_handle_immediate_data() 3954 u8 *buffer, opcode; in iscsit_get_rx_pdu() local 3958 buffer = kcalloc(ISCSI_HDR_LEN, sizeof(*buffer), GFP_KERNEL); in iscsit_get_rx_pdu() 3959 if (!buffer) in iscsit_get_rx_pdu() 3971 iov.iov_base = buffer; in iscsit_get_rx_pdu() 3990 iscsit_do_crypto_hash_buf(conn->conn_rx_hash, buffer, in iscsit_get_rx_pdu() 4002 memset(buffer, 0xff, ISCSI_HDR_LEN); in iscsit_get_rx_pdu() 4013 opcode = buffer[ in iscsit_get_rx_pdu() [all...] |
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| H A D | patch_sigmatel.c | 4411 static void stac92hd_proc_hook(struct snd_info_buffer *buffer, in stac92hd_proc_hook() argument 4415 snd_iprintf(buffer, "Power-Map: 0x%02x\n", in stac92hd_proc_hook() 4420 static void analog_loop_proc_hook(struct snd_info_buffer *buffer, in analog_loop_proc_hook() argument 4424 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n", in analog_loop_proc_hook() 4429 static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer, in stac92hd7x_proc_hook() argument 4432 stac92hd_proc_hook(buffer, codec, nid); in stac92hd7x_proc_hook() 4434 analog_loop_proc_hook(buffer, codec, 0xfa0); in stac92hd7x_proc_hook() 4437 static void stac9205_proc_hook(struct snd_info_buffer *buffer, in stac9205_proc_hook() argument 4441 analog_loop_proc_hook(buffer, codec, 0xfe0); in stac9205_proc_hook() 4444 static void stac927x_proc_hook(struct snd_info_buffer *buffer, in stac927x_proc_hook() argument [all...] |
| /kernel/linux/linux-6.6/fs/ntfs3/ |
| H A D | fslog.c | 1124 struct RECORD_PAGE_HDR **buffer, bool *usa_error) in read_log_page() 1139 if (!*buffer) { in read_log_page() 1143 *buffer = to_free; in read_log_page() 1146 page_buf = page_off ? log->one_page_buf : *buffer; in read_log_page() 1156 if (page_buf != *buffer) in read_log_page() 1157 memcpy(*buffer, Add2Ptr(page_buf, page_off), bytes); in read_log_page() 1171 *buffer = NULL; in read_log_page() 2226 * read_log_rec_buf - Copy a log record from the file to a buffer. 2231 const struct LFS_RECORD_HDR *rh, void *buffer) in read_log_rec_buf() 2266 memcpy(buffer, Add2Pt in read_log_rec_buf() 1123 read_log_page(struct ntfs_log *log, u32 vbo, struct RECORD_PAGE_HDR **buffer, bool *usa_error) read_log_page() argument 2230 read_log_rec_buf(struct ntfs_log *log, const struct LFS_RECORD_HDR *rh, void *buffer) read_log_rec_buf() argument [all...] |
| /kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
| H A D | atomisp_cmd.c | 416 dev_err(isp->dev, " buffer overrun"); in print_csi_rx_errors() 670 struct atomisp_css_buffer buffer; in atomisp_buf_done() local 693 dev_err(isp->dev, "%s, unsupported buffer type: %d\n", in atomisp_buf_done() 698 memset(&buffer, 0, sizeof(struct atomisp_css_buffer)); in atomisp_buf_done() 699 buffer.css_buffer.type = buf_type; in atomisp_buf_done() 701 buf_type, &buffer); in atomisp_buf_done() 713 buffer.css_buffer.data.stats_3a) { in atomisp_buf_done() 723 atomisp_3a_stats_ready_event(asd, buffer.css_buffer.exp_id); in atomisp_buf_done() 739 buffer.css_buffer.data.metadata) { in atomisp_buf_done() 760 buffer in atomisp_buf_done() [all...] |
| /kernel/linux/linux-6.6/sound/pci/hda/ |
| H A D | patch_sigmatel.c | 4399 static void stac92hd_proc_hook(struct snd_info_buffer *buffer, in stac92hd_proc_hook() argument 4403 snd_iprintf(buffer, "Power-Map: 0x%02x\n", in stac92hd_proc_hook() 4408 static void analog_loop_proc_hook(struct snd_info_buffer *buffer, in analog_loop_proc_hook() argument 4412 snd_iprintf(buffer, "Analog Loopback: 0x%02x\n", in analog_loop_proc_hook() 4417 static void stac92hd7x_proc_hook(struct snd_info_buffer *buffer, in stac92hd7x_proc_hook() argument 4420 stac92hd_proc_hook(buffer, codec, nid); in stac92hd7x_proc_hook() 4422 analog_loop_proc_hook(buffer, codec, 0xfa0); in stac92hd7x_proc_hook() 4425 static void stac9205_proc_hook(struct snd_info_buffer *buffer, in stac9205_proc_hook() argument 4429 analog_loop_proc_hook(buffer, codec, 0xfe0); in stac9205_proc_hook() 4432 static void stac927x_proc_hook(struct snd_info_buffer *buffer, in stac927x_proc_hook() argument [all...] |
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui_draw.cpp | 558 // Note that we never use or rely on channels.Size because it is merely a buffer that we never shrink back to 0 to keep all sub-buffers ready for use. in ChannelsMerge() 691 // Temporary buffer in AddPolyline() 717 // FIXME-OPT: Merge the different loops, possibly remove the temporary buffer. in AddPolyline() 772 // FIXME-OPT: Merge the different loops, possibly remove the temporary buffer. in AddPolyline() 1291 // Use if your final output buffer is at a different scale than draw_data->DisplaySize, 1630 // NB: Transfer ownership of 'ttf_data' to ImFontAtlas, unless font_cfg_template->FontDataOwnedByAtlas == false. Owned TTF buffer will be deleted after Build(). 1879 // Allocate packing character data and flag packed characters buffer as non-packed (x0=y0=x1=y1=0) in ImFontAtlasBuildWithStbTruetype() 2778 // Note that very large horizontal line will still be affected by the issue (e.g. a one megabyte string buffer without a newline will likely crash atm) in RenderText() 3123 static unsigned int stb_adler32(unsigned int adler32, unsigned char *buffer, unsigned int buflen) in stb_adler32() argument 3132 s1 += buffer[ in stb_adler32() [all...] |
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_draw.cpp | 88 #pragma GCC diagnostic ignored "-Wstack-protector" // warning: stack protector not protecting local variables: variable length buffer 112 #pragma warning (disable: 6385) // (stb_truetype) Reading invalid data from 'buffer': the readable size is '_Old_3`kernel_width' bytes, but '3' bytes may be read. 401 // Initialize before use in a new frame. We always have a command ready in the buffer. 749 // Temporary buffer in AddPolyline() 791 // FIXME-OPT: Merge the different loops, possibly remove the temporary buffer. in AddPolyline() 887 // FIXME-OPT: Merge the different loops, possibly remove the temporary buffer. in AddPolyline() 1716 // Note that we never use or rely on _Channels.Size because it is merely a buffer that we never shrink back to 0 to keep all sub-buffers ready for use. in Merge() 1723 // Calculate our final buffer sizes. Also fix the incorrect IdxOffset values in each command. in Merge() 1771 // Ensure there's always a non-callback draw command trailing the command-buffer in Merge() 1833 // Use if your final output buffer i 4009 stb_adler32(unsigned int adler32, unsigned char *buffer, unsigned int buflen) stb_adler32() argument [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | gfx_v11_0.c | 372 /* MES KIQ fw hasn't indirect buffer support for now */ in gfx_v11_0_ring_test_ib() 614 volatile u32 *buffer) in gfx_v11_0_get_csb_buffer() 623 if (buffer == NULL) in gfx_v11_0_get_csb_buffer() 626 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_PREAMBLE_CNTL, 0)); in gfx_v11_0_get_csb_buffer() 627 buffer[count++] = cpu_to_le32(PACKET3_PREAMBLE_BEGIN_CLEAR_STATE); in gfx_v11_0_get_csb_buffer() 629 buffer[count++] = cpu_to_le32(PACKET3(PACKET3_CONTEXT_CONTROL, 1)); in gfx_v11_0_get_csb_buffer() 630 buffer[count++] = cpu_to_le32(0x80000000); in gfx_v11_0_get_csb_buffer() 631 buffer[count++] = cpu_to_le32(0x80000000); in gfx_v11_0_get_csb_buffer() 636 buffer[count++] = in gfx_v11_0_get_csb_buffer() 638 buffer[coun in gfx_v11_0_get_csb_buffer() 613 gfx_v11_0_get_csb_buffer(struct amdgpu_device *adev, volatile u32 *buffer) gfx_v11_0_get_csb_buffer() argument [all...] |
| /third_party/mbedtls/library/ |
| H A D | psa_crypto.c | 174 /* Declare a local copy of an input buffer and a variable that will be used 175 * to store a pointer to the start of the buffer. 181 * - input is the name of a pointer to the buffer to be copied 189 /* Allocate a copy of the buffer input and set the pointer input_copy to 195 * - input is the name of a pointer to the buffer to be copied 204 input_copy = LOCAL_INPUT_COPY_OF_##input.buffer; 210 * - input is the name of the original buffer that was copied 216 /* Declare a local copy of an output buffer and a variable that will be used 217 * to store a pointer to the start of the buffer. 223 * - output is the name of a pointer to the buffer t 8301 psa_crypto_driver_pake_get_password( const psa_crypto_driver_pake_inputs_t *inputs, uint8_t *buffer, size_t buffer_size, size_t *buffer_length) psa_crypto_driver_pake_get_password() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 183 bool bottomUnboundedCreation; // Bottom created with unbounded buffer memory. 187 bool topUnboundedCreation; // Top created with unbounded buffer memory. 2183 const de::MovePtr<BufferWithMemory> buffer = runTest(0); in iterateNoWorkers() local 2185 return m_data.testConfiguration->verifyImage(buffer.get(), m_context, m_data); in iterateNoWorkers() 2262 // layout(set = 0, binding = 1) readonly buffer topLevelASPointers { in initPrograms() 2265 // layout(set = 0, binding = 2) readonly buffer topLevelASIndices { in initPrograms() 2268 // layout(set = 0, binding = 3, std430) writeonly buffer Result { in initPrograms() 2477 "layout(set = 0, binding = 3) writeonly buffer Result {\n" in initPrograms() 2568 // fill indices buffer in iterate() 2579 // clear result buffer in iterate() 3491 de::MovePtr<BufferWithMemory> buffer; global() variable 3692 de::MovePtr<BufferWithMemory> buffer; iterate() local 4027 de::MovePtr<BufferWithMemory> buffer = makeMovePtr<BufferWithMemory>(vk, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible); global() variable [all...] |
| /third_party/vixl/test/aarch32/ |
| H A D | test-assembler-aarch32.cc | 161 // Execute the generated code from the MacroAssembler's automatic code buffer. 1932 // absolutely required. For now we keep a buffer. Fix this test when the in GenerateLdrLiteralTriggerPoolEmission() 1949 // Generate nops precisely to fill the buffer. in GenerateLdrLiteralTriggerPoolEmission() 2249 // MacroAssembler might also need to align the code buffer before emitting in TEST() 3119 byte buffer[1024]; in TEST_NOASM() local 3125 CheckInstructionSetA32(Assembler(buffer, sizeof(buffer))); in TEST_NOASM() 3129 CheckInstructionSetA32(MacroAssembler(buffer, sizeof(buffer))); in TEST_NOASM() 3134 CheckInstructionSetT32(Assembler(buffer, sizeo in TEST_NOASM() [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingAccelerationStructuresTests.cpp | 1950 const de::MovePtr<BufferWithMemory> buffer = runTest(0); in iterateNoWorkers() local 1952 return m_data.testConfiguration->verifyImage(buffer.get(), m_context, m_data); in iterateNoWorkers() 2029 // layout(set = 0, binding = 1) readonly buffer topLevelASPointers { in initPrograms() 2032 // layout(set = 0, binding = 2) readonly buffer topLevelASIndices { in initPrograms() 2035 // layout(set = 0, binding = 3, std430) writeonly buffer Result { in initPrograms() 2244 "layout(set = 0, binding = 3) writeonly buffer Result {\n" in initPrograms() 2335 // fill indices buffer in iterate() 2346 // clear result buffer in iterate() 2393 // fill pointer buffer in iterate() 2448 // verify result buffer in iterate() 3258 de::MovePtr<BufferWithMemory> buffer; global() variable 3459 de::MovePtr<BufferWithMemory> buffer; iterate() local 3794 de::MovePtr<BufferWithMemory> buffer = makeMovePtr<BufferWithMemory>(vk, device, allocator, bufferCreateInfo, MemoryRequirement::HostVisible); global() variable [all...] |
| /kernel/linux/linux-5.10/net/ipv6/ |
| H A D | addrconf.c | 6147 void *buffer, size_t *lenp, loff_t *ppos) in addrconf_sysctl_forward() 6162 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos); in addrconf_sysctl_forward() 6172 void *buffer, size_t *lenp, loff_t *ppos) in addrconf_sysctl_mtu() 6182 return proc_dointvec_minmax(&lctl, write, buffer, lenp, ppos); in addrconf_sysctl_mtu() 6243 void *buffer, size_t *lenp, loff_t *ppos) in addrconf_sysctl_disable() 6258 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos); in addrconf_sysctl_disable() 6268 void *buffer, size_t *lenp, loff_t *ppos) in addrconf_sysctl_proxy_ndp() 6275 ret = proc_dointvec(ctl, write, buffer, lenp, ppos); in addrconf_sysctl_proxy_ndp() 6309 void *buffer, size_t *lenp, in addrconf_sysctl_addr_gen_mode() 6327 ret = proc_douintvec(&tmp, write, buffer, len in addrconf_sysctl_addr_gen_mode() 6146 addrconf_sysctl_forward(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_forward() argument 6171 addrconf_sysctl_mtu(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_mtu() argument 6242 addrconf_sysctl_disable(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_disable() argument 6267 addrconf_sysctl_proxy_ndp(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_proxy_ndp() argument 6308 addrconf_sysctl_addr_gen_mode(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_addr_gen_mode() argument 6370 addrconf_sysctl_stable_secret(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_stable_secret() argument 6437 addrconf_sysctl_ignore_routes_with_linkdown(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_ignore_routes_with_linkdown() argument 6538 addrconf_sysctl_disable_policy(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_disable_policy() argument [all...] |
| /kernel/linux/linux-6.6/net/ipv6/ |
| H A D | addrconf.c | 6262 void *buffer, size_t *lenp, loff_t *ppos) in addrconf_sysctl_forward() 6277 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos); in addrconf_sysctl_forward() 6287 void *buffer, size_t *lenp, loff_t *ppos) in addrconf_sysctl_mtu() 6297 return proc_dointvec_minmax(&lctl, write, buffer, lenp, ppos); in addrconf_sysctl_mtu() 6358 void *buffer, size_t *lenp, loff_t *ppos) in addrconf_sysctl_disable() 6373 ret = proc_dointvec(&lctl, write, buffer, lenp, ppos); in addrconf_sysctl_disable() 6383 void *buffer, size_t *lenp, loff_t *ppos) in addrconf_sysctl_proxy_ndp() 6390 ret = proc_dointvec(ctl, write, buffer, lenp, ppos); in addrconf_sysctl_proxy_ndp() 6424 void *buffer, size_t *lenp, in addrconf_sysctl_addr_gen_mode() 6442 ret = proc_douintvec(&tmp, write, buffer, len in addrconf_sysctl_addr_gen_mode() 6261 addrconf_sysctl_forward(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_forward() argument 6286 addrconf_sysctl_mtu(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_mtu() argument 6357 addrconf_sysctl_disable(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_disable() argument 6382 addrconf_sysctl_proxy_ndp(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_proxy_ndp() argument 6423 addrconf_sysctl_addr_gen_mode(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_addr_gen_mode() argument 6485 addrconf_sysctl_stable_secret(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_stable_secret() argument 6552 addrconf_sysctl_ignore_routes_with_linkdown(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_ignore_routes_with_linkdown() argument 6653 addrconf_sysctl_disable_policy(struct ctl_table *ctl, int write, void *buffer, size_t *lenp, loff_t *ppos) addrconf_sysctl_disable_policy() argument [all...] |
| /third_party/openGLES/api/GLES2/ |
| H A D | gl2ext.h | 637 typedef void (GL_APIENTRYP PFNGLTEXBUFFEROESPROC) (GLenum target, GLenum internalformat, GLuint buffer); 638 typedef void (GL_APIENTRYP PFNGLTEXBUFFERRANGEOESPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); 640 GL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer); 641 GL_APICALL void GL_APIENTRY glTexBufferRangeOES (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); 1411 typedef void (GL_APIENTRYP PFNGLNAMEDBUFFERSTORAGEEXTERNALEXTPROC) (GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags); 1414 GL_APICALL void GL_APIENTRY glNamedBufferStorageExternalEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags); 1575 typedef void (GL_APIENTRYP PFNGLNAMEDBUFFERSTORAGEMEMEXTPROC) (GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset); 1593 GL_APICALL void GL_APIENTRY glNamedBufferStorageMemEXT (GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset); 2150 typedef void (GL_APIENTRYP PFNGLTEXBUFFEREXTPROC) (GLenum target, GLenum internalformat, GLuint buffer); 2151 typedef void (GL_APIENTRYP PFNGLTEXBUFFERRANGEEXTPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintpt [all...] |
| /third_party/skia/third_party/externals/angle2/include/GLES2/ |
| H A D | gl2ext.h | 637 typedef void (GL_APIENTRYP PFNGLTEXBUFFEROESPROC) (GLenum target, GLenum internalformat, GLuint buffer); 638 typedef void (GL_APIENTRYP PFNGLTEXBUFFERRANGEOESPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); 640 GL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer); 641 GL_APICALL void GL_APIENTRY glTexBufferRangeOES (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size); 1404 typedef void (GL_APIENTRYP PFNGLNAMEDBUFFERSTORAGEEXTERNALEXTPROC) (GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags); 1407 GL_APICALL void GL_APIENTRY glNamedBufferStorageExternalEXT (GLuint buffer, GLintptr offset, GLsizeiptr size, GLeglClientBufferEXT clientBuffer, GLbitfield flags); 1518 typedef void (GL_APIENTRYP PFNGLNAMEDBUFFERSTORAGEMEMEXTPROC) (GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset); 1536 GL_APICALL void GL_APIENTRY glNamedBufferStorageMemEXT (GLuint buffer, GLsizeiptr size, GLuint memory, GLuint64 offset); 2085 typedef void (GL_APIENTRYP PFNGLTEXBUFFEREXTPROC) (GLenum target, GLenum internalformat, GLuint buffer); 2086 typedef void (GL_APIENTRYP PFNGLTEXBUFFERRANGEEXTPROC) (GLenum target, GLenum internalformat, GLuint buffer, GLintpt [all...] |
| /kernel/linux/linux-5.10/drivers/dma-buf/ |
| H A D | dma-buf.c | 3 * Framework for buffer objects that can be shared across devices/subsystems. 44 static char *dmabuffs_dname(struct dentry *dentry, char *buffer, int buflen) in dmabuffs_dname() argument 56 return dynamic_dname(dentry, buffer, buflen, "/%s:%s", in dmabuffs_dname() 76 * dma-buf while still having pending operation to the buffer. in dma_buf_release() 141 /* check if buffer supports mmap */ in dma_buf_mmap_internal() 145 /* check for overflowing the buffer's size */ in dma_buf_mmap_internal() 163 /* only support discovering the end of the buffer, in dma_buf_llseek() 182 * To support cross-device and cross-driver synchronization of buffer access 333 * The name of the dma-buf buffer can only be set when the dma-buf is not 338 * @dmabuf: [in] dmabuf buffer tha [all...] |
| /kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pow.h | 2187 * buffer. It is recommended that you pass a buffer of at least 2191 * @buffer: Buffer to store capture into 2193 * The size of the supplied buffer 2197 extern int cvmx_pow_capture(void *buffer, int buffer_size); 2202 * @buffer: POW capture from cvmx_pow_capture() 2204 * Size of the buffer 2206 extern void cvmx_pow_display(void *buffer, int buffer_size);
|
| /kernel/linux/linux-5.10/arch/powerpc/kexec/ |
| H A D | file_load_64.c | 30 u64 *buf; /* data buffer for usable-memory property */ 31 u32 size; /* size allocated for the data buffer */ 238 * for the buffer. If found, sets kbuf->mem. 240 * @buf_min: Minimum address for the buffer. 241 * @buf_max: Maximum address for the buffer. 288 * suitable buffer with top down approach. 290 * @buf_min: Minimum address for the buffer. 291 * @buf_max: Maximum address for the buffer. 337 * for the buffer. If found, sets kbuf->mem. 339 * @buf_min: Minimum address for the buffer [all...] |
| /kernel/linux/linux-5.10/arch/powerpc/kernel/ |
| H A D | rtas.c | 335 * Return the firmware-specified size of the error log buffer 336 * for all rtas calls that require an error buffer argument. 348 printk (KERN_WARNING "RTAS: bad log buffer size %d\n", in rtas_get_error_log_max() 459 /* We use the global rtas args buffer */ in rtas_call() 916 * Reentrant calls need their own rtas_args buffer, so not using rtas.args, but 936 /* We use the per-cpu (PACA) rtas args buffer */ in rtas_call_reentrant() 974 (struct rtas_ext_event_log_v6 *)log->buffer; in get_pseries_errorlog() 987 log_end = log->buffer + ext_log_length; in get_pseries_errorlog() 1010 * pass addresses that fall within the RMO buffer, and use a known 1014 * permitted, and that provided pointers fall within the RMO buffer [all...] |
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| H A D | vpe.c | 573 * contents of the program (p)buffer performing relocatations/etc, free's it 860 static ssize_t vpe_write(struct file *file, const char __user *buffer, in vpe_write() argument 879 count -= copy_from_user(v->pbuffer + v->len, buffer, count); in vpe_write()
|