Searched refs:tread (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/core/
H A Dtimer.c55 int tread; /* enhanced read with timestamps and events */ member in struct:snd_timer_user
1134 struct snd_timer_tread *tread)
1139 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread));
1156 if ((tu->filter & (1 << event)) == 0 || !tu->tread)
1514 if (tu->tread) {
1531 tu->timeri->callback = tu->tread
1626 if (tu->tread) {
1646 if (tu->tread) {
1647 struct snd_timer_tread tread; local
1133 snd_timer_user_append_to_tqueue(struct snd_timer_user *tu, struct snd_timer_tread *tread) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/9p/
H A Dfcprint.c271 fc->params.tread.fid,
272 (long long int) fc->params.tread.offset,
273 fc->params.tread.count);
H A D9p.h324 struct Tread tread; member in union:v9fs_fcall::__anon7257
H A Dconv.c688 v9fs_put_int32(bufp, fid, &fc->params.tread.fid);
689 v9fs_put_int64(bufp, offset, &fc->params.tread.offset);
690 v9fs_put_int32(bufp, count, &fc->params.tread.count);

Completed in 156 milliseconds