Searched refs:OBOE_TASK_BUF_LEN (Results 1 – 2 of 2) sorted by relevance
128 #define OBOE_TASK_BUF_LEN (sizeof(struct OboeTaskFile) << 1) macro
780 self->taskfilebuf = kmalloc (OBOE_TASK_BUF_LEN, GFP_KERNEL); in toshoboe_probe()789 memset (self->taskfilebuf, 0, OBOE_TASK_BUF_LEN); in toshoboe_probe()