Searched refs:PT_BLOCKSIZE (Results 1 – 2 of 2) sorted by relevance
104 woinst->total_copied += PT_BLOCKSIZE; in pt_putblock()157 pt->buf = kmalloc(PT_BLOCKSIZE, GFP_KERNEL); in emu10k1_pt_write()164 int needed = PT_BLOCKSIZE - pt->prepend_size; in emu10k1_pt_write()180 blocks = (count-bytes_copied)/PT_BLOCKSIZE; in emu10k1_pt_write()184 copy_from_user(pt->buf, bufptr, PT_BLOCKSIZE); in emu10k1_pt_write()193 bytes_copied += PT_BLOCKSIZE; in emu10k1_pt_write()
40 #define PT_BLOCKSIZE (PT_BLOCKSAMPLES*4) macro