Home
last modified time | relevance | path

Searched refs:end_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/sound/oss/
Ddmabuf.c866 unsigned long end_ptr, p; in DMAbuf_move_wrpointer() local
886 end_ptr = (dmap->user_counter / dmap->fragment_size) * dmap->fragment_size; in DMAbuf_move_wrpointer()
892 while (ptr < end_ptr) { in DMAbuf_move_wrpointer()
/linux-2.6.39/drivers/target/loopback/
Dtcm_loop.c1229 char *tpgt_str, *end_ptr; in tcm_loop_make_naa_tpg() local
1240 tpgt = (unsigned short int) simple_strtoul(tpgt_str, &end_ptr, 0); in tcm_loop_make_naa_tpg()
/linux-2.6.39/drivers/net/sfc/
Dnic.c1176 unsigned int end_ptr = read_ptr + channel->eventq_mask - 1; in efx_poll_flush_events() local
1217 } while (read_ptr != end_ptr); in efx_poll_flush_events()