Searched refs:use (Results 1 - 25 of 298) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/lib/
H A Dmemcpy.S20 # - NOTE: must not use any stack. exception detection performs function return
H A Dmemset.S20 # - NOTE: must not use any stack. exception detection performs function return
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/vr41xx/
H A Dsiu.h37 extern void vr41xx_use_irda(irda_use_t use);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/vr41xx/
H A Dsiu.h37 extern void vr41xx_use_irda(irda_use_t use);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-hw-handler.c18 long use; member in struct:hwh_internal
45 if ((hwhi->use == 0) && !try_module_get(hwhi->hwht.module))
48 hwhi->use++;
83 if (--hwhi->use == 0)
86 BUG_ON(hwhi->use < 0);
137 if (hwhi->use) {
H A Ddm-path-selector.c21 long use; member in struct:ps_internal
48 if ((psi->use == 0) && !try_module_get(psi->pst.module))
51 psi->use++;
86 if (--psi->use == 0)
89 BUG_ON(psi->use < 0);
140 if (psi->use) {
H A Ddm-target.c21 long use; member in struct:tt_internal
48 if ((ti->use == 0) && !try_module_get(ti->tt.module))
51 ti->use++;
80 if (--ti->use == 0)
83 BUG_ON(ti->use < 0);
145 if (ti->use) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/x25/
H A Dx25_route.c153 struct x25_route *rt, *use = NULL; local
162 if (!use)
163 use = rt;
164 else if (rt->sigdigits > use->sigdigits)
165 use = rt;
169 if (use)
170 x25_route_hold(use);
173 return use;
H A Dx25_link.c319 struct x25_neigh *nb, *use = NULL; local
327 use = nb;
332 if (use)
333 x25_neigh_hold(use);
335 return use;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Drtread_proc.c53 int flags, refcnt, use, metric, mtu, window, rtt; local
75 iface, dest, gate, &flags, &refcnt, &use, &metric,
125 int metric, use, refcnt, flags; local
134 &metric, &use, &refcnt, &flags, iface);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Dvoice.c42 * multichannel support and ensures we can use a single write to the
69 if (voice->use) {
89 voice->use = 1;
130 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0;
152 pvoice->use = pvoice->pcm = pvoice->synth = pvoice->midi = pvoice->efx = 0;
H A Dirq.c70 if (pvoice->use && pvoice->interrupt != NULL) {
85 if (pvoice->use && pvoice->interrupt != NULL) {
163 if(pvoice->use) {
166 snd_printk(KERN_ERR "p16v: status: 0x%08x, mask=0x%08x, pvoice=%p, use=%d\n", status2, mask, pvoice, pvoice->use);
171 if(cvoice->use) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_sockopt.c61 if (reg->use != 0) {
91 ops->use++;
99 ops->use++;
112 ops->use--;
149 ops->use++;
162 ops->use++;
180 ops->use--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dtrampoline.S75 # hence we don't use the boot_gdt_descr defined in head.S
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsr.h36 unsigned use:1; /* is this device still supportable */ member in struct:scsi_cd
41 /* We hold gendisk and scsi_device references on probe and use
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/netfilter/
H A Dnf_conntrack_expect.h35 atomic_t use; member in struct:nf_conntrack_expect
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-imx/
H A Dentry-macro.S28 @ "interrupt number", use arithmetic shift to
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rose/
H A Drose_in.c62 rose->neighbour->use--;
85 rose->neighbour->use--;
90 rose->neighbour->use--;
126 rose->neighbour->use--;
237 rose->neighbour->use--;
257 rose_sk(sk)->neighbour->use--;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A DVorbis_I_spec.tex39 % Normally, one can not use the underscore character in LaTeX without
40 % escaping it (\_ instead of _). Since the Vorbis specs use it a lot,
41 % we use the underscore package to change this default behavior.
47 % don't use \begin{figure}...\end{figure}, but rather a center environment.
48 % To still be able to use captions, we use the capt-of package.
126 The use of multirate filter banks for coding of high quality digital audio,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dmpoa_caches.c26 atomic_inc(&entry->use);
47 atomic_inc(&entry->use);
68 atomic_inc(&entry->use);
91 atomic_set(&entry->use, 1);
107 atomic_inc(&entry->use);
161 if (atomic_dec_and_test(&entry->use)) {
321 atomic_inc(&entry->use);
342 atomic_inc(&entry->use);
363 atomic_inc(&entry->use);
382 atomic_inc(&entry->use);
[all...]
H A Dmpoa_caches.h28 atomic_t use; member in struct:in_cache_entry
61 atomic_t use; member in struct:eg_cache_entry
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/class/
H A Dcdc-acm.h69 int use; member in struct:acm_wb
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dseq_instr.h42 int use; /* use count */ member in struct:snd_seq_kinstr
H A Dseq_kernel.h69 int (*use)(void *private_data, struct snd_seq_port_subscribe *info); member in struct:snd_seq_port_callback
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dencoding.c1117 * already found and in use
1128 * already found and in use
1764 written = out->size - out->use;
1765 toconv = in->use;
1768 written = out->size - out->use - 1;
1779 ret = handler->input(&out->content[out->use], &written,
1782 out->use += written;
1783 out->content[out->use] = 0;
1787 ret = xmlIconvWrapper(handler->iconv_in, &out->content[out->use],
1790 out->use
[all...]

Completed in 267 milliseconds

1234567891011>>