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

12

/linux-master/fs/ocfs2/dlm/
H A Ddlmast.c52 if (lock->ml.highest_blocked == LKM_IVMODE)
54 BUG_ON(lock->ml.highest_blocked == LKM_NLMODE);
61 if (lock->ml.type == LKM_EXMODE)
64 else if (lock->ml.type == LKM_NLMODE)
67 else if (lock->ml.highest_blocked != LKM_EXMODE)
89 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
90 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
91 lock->ast_pending, lock->ml.type);
97 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
98 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml
[all...]
H A Ddlmconvert.c114 lock->ml.type, lock->ml.convert_type, type);
119 if (lock->ml.convert_type != LKM_IVMODE) {
135 switch (lock->ml.type) {
139 dlm_lock_mode_name(lock->ml.type),
149 dlm_lock_mode_name(lock->ml.type),
155 dlm_lock_mode_name(lock->ml.type),
165 if (type <= lock->ml.type)
173 if (!dlm_lock_compatible(tmplock->ml.type, type))
178 if (!dlm_lock_compatible(tmplock->ml
[all...]
H A Ddlmthread.c365 if (target->ml.convert_type == LKM_IVMODE) {
373 if (!dlm_lock_compatible(lock->ml.type,
374 target->ml.convert_type)) {
377 if (lock->ml.highest_blocked == LKM_IVMODE) {
382 if (lock->ml.highest_blocked < target->ml.convert_type)
383 lock->ml.highest_blocked =
384 target->ml.convert_type;
391 if (!dlm_lock_compatible(lock->ml.type,
392 target->ml
[all...]
H A Ddlmrecovery.c1049 if (lock->ml.node == dead_node) {
1124 struct_size(mres, ml, mres->num_locks),
1183 if (lock->ml.type != LKM_EXMODE && lock->ml.type != LKM_PRMODE)
1197 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
1198 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
1200 lock->ml.node);
1210 struct dlm_migratable_lock *ml; local
1213 ml = &(mres->ml[lock_nu
1245 dlm_is_dummy_lock(struct dlm_ctxt *dlm, struct dlm_migratable_lock *ml, u8 *nodenum) argument
1791 struct dlm_migratable_lock *ml; local
[all...]
H A Ddlmlock.c79 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
84 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
86 if (!dlm_lock_compatible(tmplock->ml.convert_type,
87 lock->ml.type))
108 mlog(0, "type=%d\n", lock->ml.type);
115 lock->ml.node != dlm->node_num) {
144 lock->ml.node);
155 lock->ml
[all...]
H A Ddlmunlock.c218 lock->ml.convert_type = LKM_IVMODE;
227 BUG_ON(lock->ml.convert_type != LKM_IVMODE);
229 BUG_ON(lock->ml.convert_type == LKM_IVMODE);
250 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
251 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
277 lock->ml.convert_type = LKM_IVMODE;
336 unlock.cookie = lock->ml.cookie;
464 if (iter->ml.cookie == unlock->cookie &&
465 iter->ml.node == unlock->node_idx) {
485 lock->ml
[all...]
H A Ddlmdebug.c64 lock->ml.type, lock->ml.convert_type, lock->ml.node,
65 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
66 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml.cookie)),
471 list_type, lock->ml.type, lock->ml.convert_type,
472 lock->ml.node,
473 dlm_get_lock_cookie_node(be64_to_cpu(lock->ml.cookie)),
474 dlm_get_lock_cookie_seq(be64_to_cpu(lock->ml
[all...]
/linux-master/drivers/input/
H A Dff-memless.c109 static void ml_schedule_timer(struct ml_device *ml) argument
122 state = &ml->states[i];
139 del_timer(&ml->timer);
142 mod_timer(&ml->timer, earliest);
323 static int ml_get_combo_effect(struct ml_device *ml, argument
338 state = &ml->states[i];
352 effect_type = get_compatible_type(ml->dev->ff, effect->type);
380 ml_combine_effects(combo_effect, state, ml->gain);
387 static void ml_play_effects(struct ml_device *ml) argument
394 while (ml_get_combo_effect(ml, handled_b
402 struct ml_device *ml = from_timer(ml, t, timer); local
418 struct ml_device *ml = dev->ff->private; local
434 struct ml_device *ml = dev->ff->private; local
465 struct ml_device *ml = dev->ff->private; local
487 struct ml_device *ml = ff->private; local
510 struct ml_device *ml; local
[all...]
/linux-master/lib/lz4/
H A Dlz4hc_compress.c116 size_t ml = 0; local
128 if (*(match + ml) == *(ip + ml)
133 if (mlt > ml) {
134 ml = mlt;
155 if (mlt > ml) {
157 ml = mlt;
165 return (int)ml;
358 int ml, ml2, ml3, ml0; local
379 ml
[all...]
/linux-master/net/packet/
H A Ddiag.c41 struct packet_mclist *ml; local
48 for (ml = po->mclist; ml; ml = ml->next) {
58 dml->pdmc_index = ml->ifindex;
59 dml->pdmc_type = ml->type;
60 dml->pdmc_alen = ml->alen;
61 dml->pdmc_count = ml->count;
62 BUILD_BUG_ON(sizeof(dml->pdmc_addr) != sizeof(ml
[all...]
H A Daf_packet.c3652 struct packet_mclist *ml; local
3654 while ((ml = *mlp) != NULL) {
3655 if (ml->ifindex == dev->ifindex) {
3656 packet_dev_mc(dev, ml, -1);
3657 *mlp = ml->next;
3658 kfree(ml);
3660 mlp = &ml->next;
3667 struct packet_mclist *ml, *i; local
3688 for (ml = po->mclist; ml; m
3721 struct packet_mclist *ml, **mlp; local
3748 struct packet_mclist *ml; local
[all...]
/linux-master/arch/arm/vfp/
H A Dvfp.h44 static inline void add128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
51 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
57 static inline void sub128(u64 *resh, u64 *resl, u64 nh, u64 nl, u64 mh, u64 ml) argument
64 : "0" (nl), "1" (nh), "r" (ml), "r" (mh)
72 u32 nh, nl, mh, ml; local
76 ml = m;
77 rl = (u64)nl * ml;
80 rma = (u64)nh * ml;
112 u64 mh, ml, remh, reml, termh, terml, z; local
126 ml
[all...]
/linux-master/arch/sh/kernel/cpu/sh2a/
H A Dfpu.c154 unsigned long long ml, int n)
158 return (mh << (64 - n)) | (ml >> n);
164 unsigned long long mh, ml, nh, nl; local
175 mult64(ix, iy, &mh, &ml);
177 nl = ml;
188 ix = (rshift64(mh, ml, w - 52) & 0x000fffffffffffffLL)
191 ix = rshift64(mh, ml, w - 51 - exp) & 0x000fffffffffffffLL;
153 rshift64(unsigned long long mh, unsigned long long ml, int n) argument
/linux-master/lib/zstd/compress/
H A Dzstd_lazy.c513 * If none are longer than the argument ml, then ml will be returned.
516 size_t ZSTD_dedicatedDictSearch_lazy_search(size_t* offsetPtr, size_t ml, U32 nbAttempts, argument
549 return ml;
562 if (currentMl > ml) {
563 ml = currentMl;
567 return ml;
599 if (currentMl > ml) {
600 ml = currentMl;
606 return ml;
671 size_t ml=4-1; local
1147 size_t ml=4-1; local
[all...]
H A Dzstd_opt.c167 { unsigned ml; local
171 for (ml=0; ml<=MaxML; ml++) {
173 U32 const bitCost = FSE_getMaxNbBits(mlstate.symbolTT, ml);
175 optPtr->matchLengthFreq[ml] = bitCost ? 1 << (scaleLog-bitCost) : 1 /*minimum to calculate cost*/;
176 optPtr->matchLengthSum += optPtr->matchLengthFreq[ml];
211 { unsigned ml; local
212 for (ml=0; ml<
[all...]
/linux-master/drivers/net/can/
H A Dvcan.c50 #include <linux/can/can-ml.h>
/linux-master/drivers/s390/crypto/
H A Dap_card.c245 ac->maxmsgsize = hwinfo.ml > 0 ?
246 hwinfo.ml * AP_TAPQ_ML_FIELD_CHUNK_SIZE : AP_DEFAULT_MAX_MSG_SIZE;
/linux-master/crypto/
H A Dvmac.c228 #define poly_step(ah, al, kh, kl, mh, ml) \
247 ADD128(ah, al, mh, ml); \
276 const u64 *mh, const u64 *ml)
304 p += (u64)(((u32 *)ml)[INDEX_LOW]);
313 p += (u64)(((u32 *)ml)[INDEX_HIGH]);
334 #define poly_step(ah, al, kh, kl, mh, ml) \
335 poly_step_func(&(ah), &(al), &(kh), &(kl), &(mh), &(ml))
274 poly_step_func(u64 *ahi, u64 *alo, const u64 *kh, const u64 *kl, const u64 *mh, const u64 *ml) argument
/linux-master/arch/sparc/kernel/
H A Dchmc.c404 const void *ml; local
453 ml = of_get_property(op->dev.of_node, "memory-layout", &p->layout_len);
454 if (!ml) {
463 memcpy(&p->layout, ml, p->layout_len);
/linux-master/init/
H A Dinitramfs.c368 int ml = maybe_link(); local
369 if (ml >= 0) {
371 if (ml != 1)
/linux-master/net/wireless/
H A Dmlme.c382 const struct element *ml; local
394 ml = cfg80211_find_ext_elem(WLAN_EID_EXT_EHT_MULTI_LINK,
396 if (!ml) {
402 if (!ieee80211_mle_type_ok(ml->data + 1,
404 ml->datalen - 1)) {
410 mles[i] = (const void *)(ml->data + 1);
/linux-master/arch/sh/
H A DMakefile74 cflags-$(CONFIG_CPU_LITTLE_ENDIAN) += -ml
/linux-master/arch/s390/include/asm/
H A Dap.h113 unsigned int ml : 4; /* apxl ml */
/linux-master/drivers/crypto/
H A Dsa2ul.c1045 size_t ml, pl; local
1053 &ml);
1090 size_t pl, ml, split_size; local
1274 mdptr = (u32 *)dmaengine_desc_get_metadata_ptr(tx_out, &pl, &ml);
1280 ml = sa_ctx->cmdl_size + (SA_PSDATA_CTX_WORDS * sizeof(u32));
1360 size_t ml, pl; local
1369 mdptr = (__be32 *)dmaengine_desc_get_metadata_ptr(rxd->tx_in, &pl, &ml);
1699 size_t pl, ml; local
1710 mdptr = (u32 *)dmaengine_desc_get_metadata_ptr(rxd->tx_in, &pl, &ml);
/linux-master/net/can/j1939/
H A Dmain.c15 #include <linux/can/can-ml.h>

Completed in 538 milliseconds

12