Home | History | Annotate | Download | only in fen

Lines Matching refs:ref

61 	long ref;	/* how many fds are associated to this port */
261 if (pn->ref == 0) {
271 * ref - 1 if remove a watching file succeeded.
276 g_assert (pn->ref <= max_port_events);
278 if (pn->ref == max_port_events) {
279 FK_W ("PORT : move to visible queue - [pn] 0x%p [ref] %d\n", pn, pn->ref);
283 if ((-- pn->ref) == 0) {
286 FK_W ("%s [pn] 0x%p [ref] %d\n", __func__, pn, pn->ref);
303 g_assert (pn->ref < max_port_events);
318 FK_W ("%s [pn] 0x%p [ref] %d\n", __func__, pn, pn->ref);
319 pn->ref++;
320 if (pn->ref == max_port_events) {
321 FK_W ("PORT : move to full queue - [pn] 0x%p [ref] %d\n", pn, pn->ref);