Home
last modified time | relevance | path

Searched refs:num_to_alloc (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c2022 int num_to_alloc; in zconfensure_buffer_stack() local
2030 num_to_alloc = 1; in zconfensure_buffer_stack()
2032 (num_to_alloc * sizeof(struct yy_buffer_state*) in zconfensure_buffer_stack()
2037 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in zconfensure_buffer_stack()
2039 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()
2049 num_to_alloc = (yy_buffer_stack_max) + grow_size; in zconfensure_buffer_stack()
2052 num_to_alloc * sizeof(struct yy_buffer_state*) in zconfensure_buffer_stack()
2059 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()
Dzconf.lex.c_shipped2022 int num_to_alloc;
2030 num_to_alloc = 1;
2032 (num_to_alloc * sizeof(struct yy_buffer_state*)
2037 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
2039 (yy_buffer_stack_max) = num_to_alloc;
2049 num_to_alloc = (yy_buffer_stack_max) + grow_size;
2052 num_to_alloc * sizeof(struct yy_buffer_state*)
2059 (yy_buffer_stack_max) = num_to_alloc;
/linux-4.4.14/drivers/scsi/lpfc/
Dlpfc_scsi.c384 lpfc_new_scsi_buf_s3(struct lpfc_vport *vport, int num_to_alloc) in lpfc_new_scsi_buf_s3() argument
401 num_to_alloc, phba->cfg_sg_dma_buf_size, in lpfc_new_scsi_buf_s3()
405 for (bcnt = 0; bcnt < num_to_alloc; bcnt++) { in lpfc_new_scsi_buf_s3()
790 lpfc_new_scsi_buf_s4(struct lpfc_vport *vport, int num_to_alloc) in lpfc_new_scsi_buf_s4() argument
810 num_to_alloc, phba->cfg_sg_dma_buf_size, sgl_size, in lpfc_new_scsi_buf_s4()
814 for (bcnt = 0; bcnt < num_to_alloc; bcnt++) { in lpfc_new_scsi_buf_s4()
928 "buffers\n", bcnt, num_to_alloc); in lpfc_new_scsi_buf_s4()
953 lpfc_new_scsi_buf(struct lpfc_vport *vport, int num_to_alloc) in lpfc_new_scsi_buf() argument
955 return vport->phba->lpfc_new_scsi_buf(vport, num_to_alloc); in lpfc_new_scsi_buf()
5429 uint32_t num_to_alloc = 0; in lpfc_slave_alloc() local
[all …]
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped1866 yy_size_t num_to_alloc;
1874 num_to_alloc = 1;
1876 (num_to_alloc * sizeof(struct yy_buffer_state*)
1881 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1883 (yy_buffer_stack_max) = num_to_alloc;
1893 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1896 num_to_alloc * sizeof(struct yy_buffer_state*)
1903 (yy_buffer_stack_max) = num_to_alloc;
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped1574 int num_to_alloc;
1582 num_to_alloc = 1;
1584 (num_to_alloc * sizeof(struct yy_buffer_state*)
1589 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1591 (yy_buffer_stack_max) = num_to_alloc;
1601 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1604 num_to_alloc * sizeof(struct yy_buffer_state*)
1611 (yy_buffer_stack_max) = num_to_alloc;
/linux-4.4.14/drivers/net/vmxnet3/
Dvmxnet3_drv.c562 int num_to_alloc, struct vmxnet3_adapter *adapter) in vmxnet3_rq_alloc_rx_buf() argument
569 while (num_allocated <= num_to_alloc) { in vmxnet3_rq_alloc_rx_buf()
632 if (num_allocated == num_to_alloc) in vmxnet3_rq_alloc_rx_buf()
1253 int num_to_alloc; in vmxnet3_rq_rx_complete() local
1463 num_to_alloc = vmxnet3_cmd_ring_desc_avail(ring); in vmxnet3_rq_rx_complete()
1465 while (num_to_alloc) { in vmxnet3_rq_rx_complete()
1473 num_to_alloc--; in vmxnet3_rq_rx_complete()