Searched refs:candidate (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/rxrpc/
H A Dar-connection.c70 struct rxrpc_conn_bundle *bundle, *candidate; local
99 /* not yet present - create a candidate for a new record and then
101 candidate = rxrpc_alloc_bundle(gfp);
102 if (!candidate) {
107 candidate->key = key_get(key);
108 candidate->service_id = service_id;
127 bundle = candidate;
128 candidate = NULL;
157 kfree(candidate);
343 /* not yet present - create a candidate fo
428 struct rxrpc_connection *conn, *candidate; local
609 struct rxrpc_connection *conn, *candidate = NULL; local
[all...]
H A Dar-call.c152 struct rxrpc_call *call, *candidate; local
180 /* not yet present - create a candidate for a new record and then
182 candidate = rxrpc_alloc_client_call(rx, trans, bundle, gfp);
183 if (IS_ERR(candidate)) {
184 _leave(" = %ld", PTR_ERR(candidate));
185 return candidate;
188 candidate->user_call_ID = user_call_ID;
189 __set_bit(RXRPC_CALL_HAS_USERID, &candidate->flags);
208 call = candidate;
209 candidate
250 struct rxrpc_call *call, *candidate; local
[all...]
H A Dar-peer.c122 struct rxrpc_peer *peer, *candidate; local
151 /* not yet present - create a candidate for a new record and then
153 candidate = rxrpc_alloc_peer(srx, gfp);
154 if (!candidate) {
171 /* we can now add the new candidate to the list */
172 peer = candidate;
173 candidate = NULL;
201 kfree(candidate);
H A Dar-transport.c77 struct rxrpc_transport *trans, *candidate; local
95 /* not yet present - create a candidate for a new record and then
97 candidate = rxrpc_alloc_transport(local, peer, gfp);
98 if (!candidate) {
110 /* we can now add the new candidate to the list */
111 trans = candidate;
112 candidate = NULL;
140 kfree(candidate);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/afs/
H A Dserver.c106 struct afs_server *server, *candidate; local
119 candidate = afs_alloc_server(cell, addr);
120 if (!candidate) {
134 server = candidate;
164 kfree(candidate);
170 kfree(candidate);
H A Dwrite.c181 struct afs_writeback *candidate, *wb; local
190 candidate = kzalloc(sizeof(*candidate), GFP_KERNEL);
191 if (!candidate)
193 candidate->vnode = vnode;
194 candidate->first = candidate->last = page->index;
195 candidate->offset_first = offset;
196 candidate->to_last = to;
197 candidate
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_spf.c440 ospf_install_candidate (list candidate, struct vertex *w)
445 if (list_isempty (candidate))
447 listnode_add (candidate, w);
452 for (node = listhead (candidate); node; nextnode (node))
457 list_add_node_prev (candidate, node, w);
462 list_add_node_next (candidate, node, w);
471 list candidate, struct route_table *rv,
599 /* Is there already vertex W in candidate list? */
600 node = ospf_vertex_lookup (candidate, w->id, w->type);
606 ospf_install_candidate (candidate,
438 ospf_install_candidate(list candidate, struct vertex *w) argument
468 ospf_spf_next(struct vertex *v, struct ospf_area *area, list candidate, struct route_table *rv, struct route_table *nv) argument
874 list candidate; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dhash.c54 is_prime (unsigned long int candidate) argument
60 while (sq < candidate && candidate % divn != 0)
67 return candidate % divn != 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhash.c54 is_prime (unsigned long int candidate) argument
60 while (sq < candidate && candidate % divn != 0)
67 return candidate % divn != 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhash.c54 is_prime (unsigned long int candidate) argument
60 while (sq < candidate && candidate % divn != 0)
67 return candidate % divn != 0;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/security/keys/
H A Dkey.c60 struct key_user *candidate = NULL, *user; local
82 if (!candidate) {
83 /* allocate a candidate user record if we don't already have
88 candidate = kmalloc(sizeof(struct key_user), GFP_KERNEL);
89 if (unlikely(!candidate))
99 * second pass - so we use the candidate record */
100 atomic_set(&candidate->usage, 1);
101 atomic_set(&candidate->nkeys, 0);
102 atomic_set(&candidate->nikeys, 0);
103 candidate
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-compat.el197 (candidate
199 (try-symbol (or candidate (intern-soft charset-lower)))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Ddrivers.c273 struct parisc_device *candidate = to_parisc_device(dev); local
274 if (candidate->id.hw_type == type)
275 return candidate;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/emu10k1/
H A Dmemory.c106 struct list_head *candidate = &emu->mapped_link_head; local
120 candidate = pos;
130 *nextp = candidate;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_monitor.c938 const struct fb_videomode *candidate = NULL; local
981 * then it's our new candidate
984 candidate = &db[i];
998 if (candidate != NULL) {
999 radeon_videomode_to_var(dest, candidate);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_spf.c471 /* Avoid creating candidate of myself */
592 /* these w and x should be both candidate.
593 candidate should not have any children */
709 struct ospf6_vertex *candidate, *closest;
714 candidate = (struct ospf6_vertex *) getdata (node);
716 if (closest && candidate->distance > closest->distance)
720 if (closest && candidate->distance == closest->distance
724 closest = candidate;
885 /* (3): Install closest from candidate list; if empty, break */
948 zlog_info ("SPF: %s: new ECMP candidate",
707 struct ospf6_vertex *candidate, *closest; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dgcrypt.h1773 reject the prime candidate. */
1775 gcry_mpi_t candidate);

Completed in 307 milliseconds