Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c1969 int num_to_alloc; in zconfensure_buffer_stack() local
1977 num_to_alloc = 1; in zconfensure_buffer_stack()
1979 (num_to_alloc * sizeof(struct yy_buffer_state*) in zconfensure_buffer_stack()
1984 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in zconfensure_buffer_stack()
1986 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()
1996 num_to_alloc = (yy_buffer_stack_max) + grow_size; in zconfensure_buffer_stack()
1999 num_to_alloc * sizeof(struct yy_buffer_state*) in zconfensure_buffer_stack()
2006 (yy_buffer_stack_max) = num_to_alloc; in zconfensure_buffer_stack()
Dzconf.lex.c_shipped1969 int num_to_alloc;
1977 num_to_alloc = 1;
1979 (num_to_alloc * sizeof(struct yy_buffer_state*)
1984 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1986 (yy_buffer_stack_max) = num_to_alloc;
1996 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1999 num_to_alloc * sizeof(struct yy_buffer_state*)
2006 (yy_buffer_stack_max) = num_to_alloc;
/linux-4.1.27/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()
5396 uint32_t num_to_alloc = 0; in lpfc_slave_alloc() local
[all …]
/linux-4.1.27/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.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped1837 int num_to_alloc;
1845 num_to_alloc = 1;
1847 (num_to_alloc * sizeof(struct yy_buffer_state*)
1852 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1854 (yy_buffer_stack_max) = num_to_alloc;
1864 num_to_alloc = (yy_buffer_stack_max) + grow_size;
1867 num_to_alloc * sizeof(struct yy_buffer_state*)
1874 (yy_buffer_stack_max) = num_to_alloc;
/linux-4.1.27/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()
621 if (num_allocated == num_to_alloc) in vmxnet3_rq_alloc_rx_buf()
1184 int num_to_alloc; in vmxnet3_rq_rx_complete() local
1331 num_to_alloc = vmxnet3_cmd_ring_desc_avail(ring); in vmxnet3_rq_rx_complete()
1333 while (num_to_alloc) { in vmxnet3_rq_rx_complete()
1341 num_to_alloc--; in vmxnet3_rq_rx_complete()