Searched refs:toss (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/include/linux/
H A Dif_pppvar.h121 __u8 toss; /* toss this frame */ member in struct:ppp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcall.h98 extern void toss (struct buffer *);
H A Dmisc.c177 inline void toss (struct buffer *buf) function
H A Dcall.c242 toss ((struct buffer *) (se->data));
250 toss ((struct buffer *) (se->data));
H A Dnetwork.c197 /* Okay, it's been received. Let's toss it now */
198 toss (buf);
H A Dcontrol.c473 toss (buf);
484 toss (buf);
1231 toss (zlb);
1598 toss (buf);
1764 toss (buf);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm205 mov rsi, r8 ; /* move in back to %rsi, toss from */
210 mov rsi, r8 ; /* move in back to %rsi, toss from */
338 mov rsi, r8 ; /* move in back to %esi, toss from */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dinffasx64.asm205 mov rsi, r8 ; /* move in back to %rsi, toss from */
210 mov rsi, r8 ; /* move in back to %rsi, toss from */
338 mov rsi, r8 ; /* move in back to %esi, toss from */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/dlm/
H A Dlockspace.c433 INIT_LIST_HEAD(&ls->ls_rsbtbl[i].toss);
677 head = &ls->ls_rsbtbl[i].toss;
H A Ddlm_internal.h109 struct list_head toss; member in struct:dlm_rsbtable
H A Drecover.c760 list_for_each_entry_safe(r, safe, &ls->ls_rsbtbl[i].toss,
H A Dlock.c370 error = search_rsb_list(&ls->ls_rsbtbl[b].toss, name, len, flags, &r);
413 * Searching for an rsb means looking through both the normal list and toss
414 * list. When found on the toss list the rsb is moved to the normal list with
502 list_move(&r->res_hashchain, &ls->ls_rsbtbl[r->res_bucket].toss);
947 list_for_each_entry_reverse(r, &ls->ls_rsbtbl[b].toss,
1651 this same resource from the toss list, us to create

Completed in 135 milliseconds