Searched refs:next_msg_to_pull (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_channel.c719 ch->next_msg_to_pull = 0;
2114 while (get >= ch->next_msg_to_pull) {
2118 msg_index = ch->next_msg_to_pull % ch->remote_nentries;
2120 DBUG_ON(ch->next_msg_to_pull >=
2123 ch->next_msg_to_pull;
2140 "ret=%d\n", nmsgs, ch->next_msg_to_pull,
2151 ch->next_msg_to_pull += nmsgs;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h416 * (next_msg_to_pull) has been added to keep track of the next message
418 * Any messages lying between w_local_GP.get and next_msg_to_pull have
480 s64 next_msg_to_pull; /* Put value of next msg to pull */ member in struct:xpc_channel

Completed in 54 milliseconds