Home
last modified time | relevance | path

Searched refs:data_count (Results 51 - 74 of 74) sorted by relevance

123

/third_party/sqlite/include/
H A Dsqlite3ext.h91 int (*data_count)(sqlite3_stmt*pStmt); member
443 #define sqlite3_data_count sqlite3_api->data_count
/kernel/linux/linux-5.10/drivers/scsi/qedi/
H A Dqedi_iscsi.c786 qedi_conn->gen_pdu.req_buf_size = task->data_count; in qedi_mtask_xmit()
788 if (task->data_count) { in qedi_mtask_xmit()
790 task->data_count); in qedi_mtask_xmit()
792 qedi_conn->gen_pdu.req_buf + task->data_count; in qedi_mtask_xmit()
/kernel/linux/linux-6.6/drivers/scsi/qedi/
H A Dqedi_iscsi.c818 qedi_conn->gen_pdu.req_buf_size = task->data_count; in qedi_mtask_xmit()
820 if (task->data_count) { in qedi_mtask_xmit()
822 task->data_count); in qedi_mtask_xmit()
824 qedi_conn->gen_pdu.req_buf + task->data_count; in qedi_mtask_xmit()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c52 u8 data_count; member
54 u8 payload[1]; /* data_count of payload */
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H A Dcx18-av-vbi.c52 u8 data_count; member
54 u8 payload[]; /* data_count of payload */
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-debug.cc1807 int data_count = data_field_count(); in DataHandlerVerify() local
1808 if (data_count >= 1) { in DataHandlerVerify()
1811 if (data_count >= 2) { in DataHandlerVerify()
1814 if (data_count >= 3) { in DataHandlerVerify()
/kernel/linux/linux-6.6/drivers/memstick/core/
H A Dmspro_block.c604 .data_count = cpu_to_be16((uint16_t)(length / msb->page_size)), in h_mspro_block_setup_cmd()
803 .data_count = 0, in mspro_block_set_interface()
/third_party/ffmpeg/libavcodec/
H A Dsnow_dwt.c37 buf->data_count = max_allocated_lines; in ff_slice_buffer_init()
109 for (i = buf->data_count - 1; i >= 0; i--) in ff_slice_buffer_destroy()
/third_party/node/deps/v8/src/heap/
H A Dfactory.h804 int data_count, AllocationType allocation = AllocationType::kOld);
805 Handle<StoreHandler> NewStoreHandler(int data_count);
H A Dfactory.cc3533 Handle<LoadHandler> Factory::NewLoadHandler(int data_count, in NewLoadHandler() argument
3536 switch (data_count) { in NewLoadHandler()
3552 Handle<StoreHandler> Factory::NewStoreHandler(int data_count) { in NewStoreHandler() argument
3554 switch (data_count) { in NewStoreHandler()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dlibiscsi.c153 r2t->data_count = conn->max_xmit_dlength; in iscsi_prep_data_out_pdu()
157 r2t->data_count = left; in iscsi_prep_data_out_pdu()
662 hdr->itt, task->data_count); in iscsi_prep_mgmt_task()
727 task->data_count = data_size; in __iscsi_conn_send_pdu()
729 task->data_count = 0; in __iscsi_conn_send_pdu()
H A DFlashPoint.c5408 unsigned long data_count; in FPT_hostDataXferRestart() local
5417 data_count = 0; /*Running count of SG xfer counts. */ in FPT_hostDataXferRestart()
5420 while (data_count < currSCCB->Sccb_ATC) { in FPT_hostDataXferRestart()
5425 data_count += segp->segbytes; in FPT_hostDataXferRestart()
5428 if (data_count == currSCCB->Sccb_ATC) { in FPT_hostDataXferRestart()
5436 data_count - currSCCB->Sccb_ATC; in FPT_hostDataXferRestart()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dlibiscsi.c165 r2t->data_count = conn->max_xmit_dlength; in iscsi_prep_data_out_pdu()
169 r2t->data_count = left; in iscsi_prep_data_out_pdu()
694 hdr->itt, task->data_count); in iscsi_prep_mgmt_task()
766 task->data_count = data_size; in iscsi_alloc_mgmt_task()
768 task->data_count = 0; in iscsi_alloc_mgmt_task()
H A DFlashPoint.c5377 unsigned long data_count; in FPT_hostDataXferRestart() local
5386 data_count = 0; /*Running count of SG xfer counts. */ in FPT_hostDataXferRestart()
5389 while (data_count < currSCCB->Sccb_ATC) { in FPT_hostDataXferRestart()
5394 data_count += segp->segbytes; in FPT_hostDataXferRestart()
5397 if (data_count == currSCCB->Sccb_ATC) { in FPT_hostDataXferRestart()
5405 data_count - currSCCB->Sccb_ATC; in FPT_hostDataXferRestart()
/third_party/mesa3d/src/imagination/vulkan/pds/
H A Dpvr_pds.h122 unsigned int data_count; member
/kernel/linux/linux-5.10/drivers/md/
H A Draid5-cache.c1875 int data_count = 0; in r5l_recovery_replay_one_stripe() local
1882 data_count++; in r5l_recovery_replay_one_stripe()
1890 if (data_count == 0) in r5l_recovery_replay_one_stripe()
/kernel/linux/linux-6.6/drivers/md/
H A Draid5-cache.c1868 int data_count = 0; in r5l_recovery_replay_one_stripe() local
1875 data_count++; in r5l_recovery_replay_one_stripe()
1883 if (data_count == 0) in r5l_recovery_replay_one_stripe()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb2pdu.c3759 d_info->last_entry_offset = d_info->data_count; in smb2_populate_readdir_entry()
3760 d_info->data_count += next_entry_offset; in smb2_populate_readdir_entry()
3765 "info_level : %d, buf_len :%d, next_offset : %d, data_count : %d\n", in smb2_populate_readdir_entry()
3767 next_entry_offset, d_info->data_count); in smb2_populate_readdir_entry()
4149 if (!d_info.data_count && d_info.out_buf_len >= 0) { in smb2_query_dir()
4169 if (d_info.data_count >= d_info.last_entry_off_align) in smb2_query_dir()
4170 d_info.data_count -= d_info.last_entry_off_align; in smb2_query_dir()
4174 rsp->OutputBufferLength = cpu_to_le32(d_info.data_count); in smb2_query_dir()
4177 d_info.data_count); in smb2_query_dir()
/kernel/linux/linux-5.10/drivers/memstick/core/
H A Dmspro_block.c676 .data_count = cpu_to_be16((uint16_t)(length / msb->page_size)), in h_mspro_block_setup_cmd()
875 .data_count = 0, in mspro_block_set_interface()
/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/
H A Dbe_main.c2277 /* Check for the data_count */ in hwi_write_buffer()
2278 dsp_value = (task->data_count) ? 1 : 0; in hwi_write_buffer()
2287 /* Map addr only if there is data_count */ in hwi_write_buffer()
2291 task->data_count, in hwi_write_buffer()
2296 io_task->mtask_data_count = task->data_count; in hwi_write_buffer()
2305 task->data_count); in hwi_write_buffer()
4664 task->data_count); in beiscsi_mtask()
4682 task->data_count); in beiscsi_mtask()
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/
H A Dbe_main.c2293 /* Check for the data_count */ in hwi_write_buffer()
2294 dsp_value = (task->data_count) ? 1 : 0; in hwi_write_buffer()
2303 /* Map addr only if there is data_count */ in hwi_write_buffer()
2307 task->data_count, in hwi_write_buffer()
2312 io_task->mtask_data_count = task->data_count; in hwi_write_buffer()
2321 task->data_count); in hwi_write_buffer()
4655 task->data_count); in beiscsi_mtask()
4673 task->data_count); in beiscsi_mtask()
/kernel/linux/linux-5.10/drivers/scsi/qla4xxx/
H A Dql4_os.c3424 if (task->data_count) { in qla4xxx_alloc_pdu()
3426 task->data_count, in qla4xxx_alloc_pdu()
3441 task_data->req_len = task->data_count + hdr_len; in qla4xxx_alloc_pdu()
3480 if (task->data_count) { in qla4xxx_task_cleanup()
3482 task->data_count, DMA_TO_DEVICE); in qla4xxx_task_cleanup()
/kernel/linux/linux-6.6/drivers/scsi/qla4xxx/
H A Dql4_os.c3419 if (task->data_count) { in qla4xxx_alloc_pdu()
3421 task->data_count, in qla4xxx_alloc_pdu()
3436 task_data->req_len = task->data_count + hdr_len; in qla4xxx_alloc_pdu()
3475 if (task->data_count) { in qla4xxx_task_cleanup()
3477 task->data_count, DMA_TO_DEVICE); in qla4xxx_task_cleanup()
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 240 milliseconds

123