Searched defs:free (Results 1 - 6 of 6) sorted by relevance

/net/mac80211/
H A Doffchannel.c11 * This program is free software; you can redistribute it and/or modify
302 void ieee80211_roc_notify_destroy(struct ieee80211_roc_work *roc, bool free) argument
326 if (free)
/net/sunrpc/
H A Dauth.c401 LIST_HEAD(free);
418 list_add_tail(&cred->cr_lru, &free);
424 rpcauth_destroy_credlist(&free);
451 rpcauth_prune_expired(struct list_head *free, int nr_to_scan) argument
480 list_add_tail(&cred->cr_lru, free);
491 LIST_HEAD(free);
495 freed = rpcauth_prune_expired(&free, nr_to_scan);
497 rpcauth_destroy_credlist(&free);
548 LIST_HEAD(free);
601 list_add_tail(&new->cr_lru, &free);
[all...]
/net/tipc/
H A Dname_table.c375 struct sub_seq *free; local
412 free = &nseq->sseqs[nseq->first_free--];
413 memmove(sseq, sseq + 1, (free - (sseq + 1)) * sizeof(*sseq));
/net/ipv4/
H A Dping.c8 * This program is free software; you can redistribute it and/or
707 int free = 0; local
752 free = 1;
838 if (free)
H A Draw.c34 * This program is free software; you can redistribute it and/or
477 int free = 0; local
536 free = 1;
633 if (free)
H A Dudp.c74 * This program is free software; you can redistribute it and/or
873 int free = 0; local
957 free = 1;
1084 if (free)

Completed in 263 milliseconds