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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dutil.h16 #define SEQ_MULTIPLIER (IPCMNI) macro
94 #define ipcid_to_idx(id) ((id) % SEQ_MULTIPLIER)
147 return SEQ_MULTIPLIER * seq + id;
155 if (uid / SEQ_MULTIPLIER != ipcp->seq)
H A Dutil.c126 int seq_limit = INT_MAX/SEQ_MULTIPLIER;

Completed in 104 milliseconds