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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-xp/
H A Dxpc_sn2.c1689 ch_sn2->next_msg_to_pull = 0;
1926 while (get >= ch_sn2->next_msg_to_pull) {
1930 msg_index = ch_sn2->next_msg_to_pull % ch->remote_nentries;
1932 DBUG_ON(ch_sn2->next_msg_to_pull >= ch_sn2->w_remote_GP.put);
1933 nmsgs = ch_sn2->w_remote_GP.put - ch_sn2->next_msg_to_pull;
1950 "ret=%d\n", nmsgs, ch_sn2->next_msg_to_pull,
1959 ch_sn2->next_msg_to_pull += nmsgs;
H A Dxpc.h490 * (next_msg_to_pull) has been added to keep track of the next message
492 * Any messages lying between w_local_GP.get and next_msg_to_pull have
525 s64 next_msg_to_pull; /* Put value of next msg to pull */ member in struct:xpc_channel_sn2

Completed in 172 milliseconds