taglinefilesource code
total611drivers/scsi/st.cint total, do_count, blks, retval, transfer;
total674drivers/scsi/st.ctotal = count;
total762drivers/scsi/st.cif (count < total)
total763drivers/scsi/st.creturn total - count;
total817drivers/scsi/st.creturn( total);
total826drivers/scsi/st.cint total;
total864drivers/scsi/st.cfor (total = 0; total < count; ) {
total952drivers/scsi/st.cdev, (STp->buffer)->buffer_bytes, total);
total961drivers/scsi/st.cif (total)
total962drivers/scsi/st.creturn total;
total983drivers/scsi/st.c(STp->buffer)->buffer_bytes, count - total);
total985drivers/scsi/st.ctransfer = (STp->buffer)->buffer_bytes < count - total ?
total986drivers/scsi/st.c(STp->buffer)->buffer_bytes : count - total;
total991drivers/scsi/st.ctotal += transfer;
total998drivers/scsi/st.cif (total == 0 && STp->eof == ST_FM)
total1000drivers/scsi/st.cif (total == 0 && STp->eof == ST_EOM_OK)
total1002drivers/scsi/st.creturn total;
total1006drivers/scsi/st.ccount = total;  /* Read only one variable length block */
total1012drivers/scsi/st.creturn total;
total991mm/memory.cint i,free = 0,total = 0,reserved = 0;
total999mm/memory.ctotal++;
total1007mm/memory.cprintk("%d pages of RAM\n",total);
total626mm/swap.cunsigned long total = 0;
total637mm/swap.ctotal += nr * (4 << order);
total641mm/swap.cprintk("= %lukB)\n", total);