Searched refs:ml (Results 1 - 25 of 122) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmthread.c57 #define dlm_lock_is_remote(dlm, lock) ((lock)->ml.node != (dlm)->node_num)
321 if (target->ml.convert_type == LKM_IVMODE) {
331 if (!dlm_lock_compatible(lock->ml.type,
332 target->ml.convert_type)) {
335 if (lock->ml.highest_blocked == LKM_IVMODE) {
340 if (lock->ml.highest_blocked < target->ml.convert_type)
341 lock->ml.highest_blocked =
342 target->ml.convert_type;
350 if (!dlm_lock_compatible(lock->ml
[all...]
H A Ddlmconvert.c132 lock->ml.type, lock->ml.convert_type, type);
137 if (lock->ml.convert_type != LKM_IVMODE) {
153 switch (lock->ml.type) {
157 dlm_lock_mode_name(lock->ml.type),
167 dlm_lock_mode_name(lock->ml.type),
173 dlm_lock_mode_name(lock->ml.type),
183 if (type <= lock->ml.type)
192 if (!dlm_lock_compatible(tmplock->ml.type, type))
198 if (!dlm_lock_compatible(tmplock->ml
[all...]
H A Ddlmast.c69 if (lock->ml.highest_blocked == LKM_IVMODE)
71 BUG_ON(lock->ml.highest_blocked == LKM_NLMODE);
78 if (lock->ml.type == LKM_EXMODE)
81 else if (lock->ml.type == LKM_NLMODE)
84 else if (lock->ml.highest_blocked != LKM_EXMODE)
101 lock->ast_pending, lock->ml.type);
118 lock->ml.highest_blocked = LKM_IVMODE;
192 lock->ml.node == dlm->node_num ? "master" :
220 BUG_ON(lock->ml.node != dlm->node_num);
237 BUG_ON(lock->ml
[all...]
H A Ddlmrecovery.c1052 if (lock->ml.node == dead_node) {
1181 if (lock->ml.type != LKM_EXMODE && lock->ml.type != LKM_PRMODE)
1195 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
1196 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
1198 lock->ml.node);
1208 struct dlm_migratable_lock *ml; local
1211 ml = &(mres->ml[lock_num]);
1212 ml
1243 dlm_is_dummy_lock(struct dlm_ctxt *dlm, struct dlm_migratable_lock *ml, u8 *nodenum) argument
1746 struct dlm_migratable_lock *ml; local
[all...]
H A Ddlmlock.c100 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
107 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
128 mlog_entry("type=%d\n", lock->ml.type);
135 lock->ml.node != dlm->node_num) {
164 lock->ml.node);
175 lock->ml.node);
185 if (lock->ml.node == dlm->node_num)
227 mlog_entry("type=%d\n", lock->ml
[all...]
H A Ddlmunlock.c228 lock->ml.convert_type = LKM_IVMODE;
237 BUG_ON(lock->ml.convert_type != LKM_IVMODE);
239 BUG_ON(lock->ml.convert_type == LKM_IVMODE);
249 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
250 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
276 lock->ml.convert_type = LKM_IVMODE;
335 unlock.cookie = lock->ml.cookie;
463 if (lock->ml.cookie == unlock->cookie &&
464 lock->ml.node == unlock->node_idx) {
484 lock->ml
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dff-memless.c123 static void ml_schedule_timer(struct ml_device *ml) argument
136 state = &ml->states[i];
153 del_timer(&ml->timer);
156 mod_timer(&ml->timer, earliest);
326 static int ml_get_combo_effect(struct ml_device *ml, argument
341 state = &ml->states[i];
355 effect_type = get_compatible_type(ml->dev->ff, effect->type);
383 ml_combine_effects(combo_effect, state, ml->gain);
390 static void ml_play_effects(struct ml_device *ml) argument
397 while (ml_get_combo_effect(ml, handled_b
406 struct ml_device *ml = dev->ff->private; local
421 struct ml_device *ml = dev->ff->private; local
437 struct ml_device *ml = dev->ff->private; local
468 struct ml_device *ml = dev->ff->private; local
490 struct ml_device *ml = ff->private; local
504 struct ml_device *ml; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/shlib/
H A Dwin32.bat8 rem ml /coff /c crypto\bf\asm\b-win32.asm
9 rem ml /coff /c crypto\des\asm\c-win32.asm
10 rem ml /coff /c crypto\des\asm\d-win32.asm
11 rem ml /coff /c crypto\bn\asm\x86nt32.asm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/shlib/
H A Dwin32.bat8 rem ml /coff /c crypto\bf\asm\b-win32.asm
9 rem ml /coff /c crypto\des\asm\c-win32.asm
10 rem ml /coff /c crypto\des\asm\d-win32.asm
11 rem ml /coff /c crypto\bn\asm\x86nt32.asm
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/shlib/
H A Dwin32.bat8 rem ml /coff /c crypto\bf\asm\b-win32.asm
9 rem ml /coff /c crypto\des\asm\c-win32.asm
10 rem ml /coff /c crypto\des\asm\d-win32.asm
11 rem ml /coff /c crypto\bn\asm\x86nt32.asm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/math-emu/
H A Dieee754.c51 #define DPSTR(s, b, mh, ml) {ml, mh, b, s}
56 #define DPSTR(s, b, mh, ml) {s, b, mh, ml}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/vfp/
H A Dvfp.h47 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
54 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
60 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
67 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
75 u32 nh, nl, mh, ml; local
79 ml = m;
80 rl = (u64)nl * ml;
83 rma = (u64)nh * ml;
115 u64 mh, ml, remh, reml, termh, terml, z; local
129 ml
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dmakefile.bc10 CFLAGS = -c -ml -d $(OPTIMIZE) $(WINDOWS) -DMSDOS
11 LFLAGS = -ml $(WINDOWS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dmakefile.bc10 CFLAGS = -c -ml -d $(OPTIMIZE) $(WINDOWS) -DMSDOS
11 LFLAGS = -ml $(WINDOWS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A Dmakefile.bc10 CFLAGS = -c -ml -d $(OPTIMIZE) $(WINDOWS) -DMSDOS
11 LFLAGS = -ml $(WINDOWS)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A Dmem_dbg.c691 MEM_LEAK ml; local
698 ml.bio=b;
699 ml.bytes=0;
700 ml.chunks=0;
703 (char *)&ml);
704 if (ml.chunks != 0)
707 ml.bytes,ml.chunks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dmem_dbg.c715 MEM_LEAK ml; local
722 ml.bio = b;
723 ml.bytes = 0;
724 ml.chunks = 0;
726 lh_MEM_doall_arg(mh, LHASH_DOALL_ARG_FN(print_leak), MEM_LEAK, &ml);
727 if (ml.chunks != 0) {
728 BIO_printf(b, "%ld bytes leaked in %d chunks\n", ml.bytes, ml.chunks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Dmem_dbg.c715 MEM_LEAK ml; local
722 ml.bio = b;
723 ml.bytes = 0;
724 ml.chunks = 0;
726 lh_MEM_doall_arg(mh, LHASH_DOALL_ARG_FN(print_leak), MEM_LEAK, &ml);
727 if (ml.chunks != 0) {
728 BIO_printf(b, "%ld bytes leaked in %d chunks\n", ml.bytes, ml.chunks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_asm.c904 BN_ULONG c0, c1, ml, *tp, n0; local
921 ml = bp[0];
923 mh = HBITS(ml);
924 ml = LBITS(ml);
926 mul(tp[j], ap[j], ml, mh, c0);
929 mul(tp[j], ap[j], ml, c0);
938 ml = bp[i];
940 mh = HBITS(ml);
941 ml
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_asm.c904 BN_ULONG c0, c1, ml, *tp, n0; local
921 ml = bp[0];
923 mh = HBITS(ml);
924 ml = LBITS(ml);
926 mul(tp[j], ap[j], ml, mh, c0);
929 mul(tp[j], ap[j], ml, c0);
938 ml = bp[i];
940 mh = HBITS(ml);
941 ml
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/x509v3/
H A Dv3_prn.c74 int ml)
80 if (!ml || !sk_CONF_VALUE_num(val)) {
86 if (ml)
111 if (ml)
73 X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509v3/
H A Dv3_prn.c71 void X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) argument
76 if(!ml || !sk_CONF_VALUE_num(val)) {
81 if(ml) BIO_printf(out, "%*s", indent, "");
102 if(ml) BIO_puts(out, "\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/x509v3/
H A Dv3_prn.c74 int ml)
80 if (!ml || !sk_CONF_VALUE_num(val)) {
86 if (ml)
111 if (ml)
73 X509V3_EXT_val_prn(BIO *out, STACK_OF(CONF_VALUE) *val, int indent, int ml) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/vdso64/
H A Dgettimeofday.S48 ml %r0,8(%r5)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/minilzo/
H A DMakefile.minilzo84 bcc -ml -w -d -O -4 $(CPPFLAGS) $(SOURCES)
90 wcl -zq -ml -bt=dos -l=dos -ox -w5 $(CPPFLAGS) $(SOURCES)

Completed in 207 milliseconds

12345