Home
last modified time | relevance | path

Searched refs:woffset (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/sound/pci/emu10k1/
Demu10k1_patch.c133 int woffset; in snd_emu10k1_sample_new()
135 woffset = offset / 2; in snd_emu10k1_sample_new()
139 wblock[woffset + i] = wblock[woffset - i -1]; in snd_emu10k1_sample_new()
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/
Decho_client.c1457 unsigned long woffset; in echo_get_stripe_off_id() local
1472 woffset = do_div(offset, width); in echo_get_stripe_off_id()
1474 stripe_index = woffset / stripe_size; in echo_get_stripe_off_id()
1477 *offp = offset * stripe_size + woffset % stripe_size; in echo_get_stripe_off_id()