Searched refs:new (Results 176 - 200 of 2011) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpat_internal.h29 extern int rbt_memtype_check_insert(struct memtype *new,
35 static inline int rbt_memtype_check_insert(struct memtype *new, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/irq/
H A Dmanage.c649 __setup_irq(unsigned int irq, struct irq_desc *desc, struct irqaction *new) argument
667 if (new->flags & IRQF_SAMPLE_RANDOM) {
673 * installing a new handler, but is this really a problem,
680 if ((new->flags & IRQF_ONESHOT) && (new->flags & IRQF_SHARED))
689 if (!new->thread_fn)
696 new->handler = irq_nested_primary_handler;
704 if (new->thread_fn && !nested) {
707 t = kthread_create(irq_thread, new, "irq/%d-%s", irq,
708 new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpcieport_if.h65 extern int pcie_port_service_register(struct pcie_port_service_driver *new);
66 extern void pcie_port_service_unregister(struct pcie_port_service_driver *new);
H A DmISDNdsp.h12 void *(*new)(const char *arg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Datomic.h239 #define atomic_cmpxchg(v, old, new) (cmpxchg(&(v)->counter, old, new))
240 #define atomic_xchg(v, new) (xchg(&(v)->counter, new))
241 #define atomic64_cmpxchg(v, old, new) (__cmpxchg_64(old, new, &(v)->counter))
242 #define atomic64_xchg(v, new) (__xchg_64(new, &(v)->counter))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstack.h25 Append(new obj(o));\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DScopedPtr.h50 m_ptr = new TYPE;
103 CScopedArray(size_t nr) { m_ptr = new TYPE[nr]; }
119 /** free the existing array and allocate a new one with nr elements */
120 void reset(size_t nr) { delete[] m_ptr; m_ptr = new TYPE[nr]; }
159 m_ptr = new STL_CONTAINER;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/adfs/
H A Ddir_f.h62 } new;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/
H A Dresource.c77 * @new_rlim - the new resource limit (NOT NULL)
101 * __aa_transition_rlimits - apply new profile rlimits
103 * @new: new profile with rlimits to apply (NOT NULL)
105 void __aa_transition_rlimits(struct aa_profile *old, struct aa_profile *new) argument
125 /* set any new hard limits as dictated by the new profile */
126 if (!new->rlimits.mask)
129 if (!(new->rlimits.mask & mask))
134 new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/test/benchmark/
H A Dabtest16 my $socket = new IO::Socket::INET (
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dgcc_intrin.h310 #define ia64_cmpxchg1_acq(ptr, new, old) \
315 "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory"); \
319 #define ia64_cmpxchg1_rel(ptr, new, old) \
324 "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory"); \
328 #define ia64_cmpxchg2_acq(ptr, new, old) \
333 "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory"); \
337 #define ia64_cmpxchg2_rel(ptr, new, old) \
343 "=r"(ia64_intri_res) : "r"(ptr), "r"(new) : "memory"); \
347 #define ia64_cmpxchg4_acq(ptr, new, old) \
352 "=r"(ia64_intri_res) : "r"(ptr), "r"(new)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-common/
H A Ddpmc.c69 if (val == CPUFREQ_PRECHANGE && freq->old < freq->new) {
70 bfin_set_vlev(bfin_get_vlev(freq->new));
73 } else if (val == CPUFREQ_POSTCHANGE && freq->old > freq->new)
74 bfin_set_vlev(bfin_get_vlev(freq->new));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dbrel.h14 blk_t new;
63 errcode_t (*move)(ext2_brel brel, blk_t old, blk_t new);
84 #define ext2fs_brel_move(brel, old, new) ((brel)->move((brel), old, new))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_flood.c115 ospf_process_self_originated_lsa (struct ospf_lsa *new, struct ospf_area *area)
123 new->data->type, inet_ntoa (new->data->id));
129 a new instance.
131 switch (new->data->type)
134 /* Originate a new instance and schedule flooding */
137 area->router_lsa_self = ospf_lsa_lock (new);
147 the DR, we flush the LSA otherwise -- create the new instance and
155 if (IPV4_ADDR_SAME (&oi->address->u.prefix4, &new->data->id))
161 ospf_schedule_lsa_flush_area (area, new);
114 ospf_process_self_originated_lsa(struct ospf_lsa *new, struct ospf_area *area) argument
232 ospf_flood(struct ospf_neighbor *nbr, struct ospf_lsa *current, struct ospf_lsa *new) argument
822 struct ospf_lsa *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avl-0.3.5/
H A Davl.h26 Mail him if you find new bugs.
75 /* Initializes a new tree for elements that will be ordered using
81 /* Allocates and initializes a new tree for elements that will be
106 /* Insert an item into the tree and return the new node.
107 * Returns NULL and sets errno if memory for the new node could not be
123 /* Insert a node before another node. Returns the new node.
126 extern avl_node_t *avl_insert_before(avl_tree_t *, avl_node_t *old, avl_node_t *new);
128 /* Insert a node after another node. Returns the new node.
131 extern avl_node_t *avl_insert_after(avl_tree_t *, avl_node_t *old, avl_node_t *new);
155 extern avl_node_t *avl_fixup_node(avl_tree_t *, avl_node_t *new);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dmc146818rtc.h44 unsigned long new;
45 new = ((smp_processor_id() + 1) << 8) | reg;
51 if (__cmpxchg(&cmos_lock, 0, new, sizeof(cmos_lock)) == 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dftrace.c43 * and new NMIs will see the updated variable before we need
102 * and the new code into the "code" buffer.
143 int new = old & ~MOD_CODE_WRITE_FLAG; local
145 if (old == new)
148 old = atomic_cmpxchg(&nmi_running, old, new);
163 /* if we fail, then kill any new writers */
294 /* replace the text with the new text */
306 unsigned char *new, *old; local
310 new = ftrace_nop_replace();
312 return ftrace_modify_code(rec->ip, old, new);
317 unsigned char *new, *old; local
329 unsigned char old[MCOUNT_INSN_SIZE], *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_generic.c55 /* Called when a new connection for this protocol found. */
56 static bool new(struct nf_conn *ct, const struct sk_buff *skb, function
97 .new = new,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/x25/
H A Dx25_facilities.c5 * randomly fail to work with new releases, misbehave and/or generally
253 struct x25_facilities *new, struct x25_dte_facilities *dte)
261 memcpy(new, ours, sizeof(*new));
275 new->reverse = theirs.reverse;
284 new->throughput = (new->throughput & 0xf0) | theirs_in;
289 new->throughput = (new->throughput & 0x0f) | theirs_out;
296 new
252 x25_negotiate_facilities(struct sk_buff *skb, struct sock *sk, struct x25_facilities *new, struct x25_dte_facilities *dte) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ice1712/
H A Dquartet.c343 /* set the new bits */
356 if (rate == 0) /* no hint - S/PDIF input is master or the new spdif
368 /* set new value */
527 unsigned int old, new, smute; local
531 new = 0;
536 new = SCR_MUTE;
540 if (old != new) {
542 set_scr(ice, (get_scr(ice) & ~SCR_MUTE) | new);
597 unsigned int old, new, tmp, masked_old; local
598 old = new
652 unsigned int old, new; local
737 unsigned int old, new; local
889 unsigned int new; local
913 unsigned int old, new; local
[all...]
H A Dwtm.c100 unsigned char new, old; local
107 new = (~ucontrol->value.integer.value[0] << 7 & 0x80) |
109 change = (new != old);
111 stac9460_put(ice, idx, new);
112 stac9460_2_put(ice, idx, new);
121 new = (~ucontrol->value.integer.value[0] << 7 & 0x80) |
123 change = (new != old);
126 stac9460_put(ice, idx, new);
128 stac9460_2_put(ice, idx - 6, new);
240 unsigned char new, ol local
365 unsigned char new, old; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/source/avl-0.3.5/
H A Davl.h26 Mail him if you find new bugs.
75 /* Initializes a new tree for elements that will be ordered using
81 /* Allocates and initializes a new tree for elements that will be
106 /* Insert an item into the tree and return the new node.
107 * Returns NULL and sets errno if memory for the new node could not be
123 /* Insert a node before another node. Returns the new node.
126 extern avl_node_t *avl_insert_before(avl_tree_t *, avl_node_t *old, avl_node_t *new);
128 /* Insert a node after another node. Returns the new node.
131 extern avl_node_t *avl_insert_after(avl_tree_t *, avl_node_t *old, avl_node_t *new);
155 extern avl_node_t *avl_fixup_node(avl_tree_t *, avl_node_t *new);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dxmalloc.c98 hashTableItem *item, *new;
107 new = malloc(sizeof(*new));
108 assert(new != NULL);
109 new->ptr = ptr;
110 new->bytes = bytes;
111 new->file = file;
112 new->line = line;
113 new->func = func;
114 new
97 hashTableItem *item, *new; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dcfparse.y207 /* set new pathinfo */
647 struct remoteconf *new;
650 new = newrmconf();
651 if (new == NULL) {
652 yyerror("failed to get new remoteconf.");
656 new->remote = $2;
657 cur_rmconf = new;
844 struct etypes *new;
845 new = racoon_malloc(sizeof(struct etypes));
846 if (new
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dtxn.t18 my $lex = new LexFile $Dfile ;
23 ok 1, my $lexD = new LexDir($home);
24 ok 2, my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
38 my $lex = new LexFile $Dfile ;
43 ok 5, my $lexD = new LexDir($home);
44 ok 6, my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
108 my $lex = new LexFile $Dfile ;
113 ok 18, my $lexD = new LexDir($home);
114 ok 19, my $env = new BerkeleyDB::Env -Home => $home, @StdErrFile,
179 my $lex = new LexFil
[all...]

Completed in 244 milliseconds

1234567891011>>