Searched refs:ms (Results 1 – 14 of 14) sorted by relevance
| /include/asm-generic/ |
| A D | mmiowb.h | 37 struct mmiowb_state *ms = __mmiowb_state(); in mmiowb_set_pending() local 39 if (likely(ms->nesting_count)) in mmiowb_set_pending() 40 ms->mmiowb_pending = ms->nesting_count; in mmiowb_set_pending() 45 struct mmiowb_state *ms = __mmiowb_state(); in mmiowb_spin_lock() local 46 ms->nesting_count++; in mmiowb_spin_lock() 51 struct mmiowb_state *ms = __mmiowb_state(); in mmiowb_spin_unlock() local 53 if (unlikely(ms->mmiowb_pending)) { in mmiowb_spin_unlock() 54 ms->mmiowb_pending = 0; in mmiowb_spin_unlock() 58 ms->nesting_count--; in mmiowb_spin_unlock()
|
| /include/trace/events/ |
| A D | dlm.h | 396 TP_ARGS(dst, h_seq, ms, name, namelen), 425 le16_to_cpu(ms->m_header.h_length) - sizeof(*ms)) 436 __entry->h_cmd = ms->m_header.h_cmd; 437 __entry->m_type = le32_to_cpu(ms->m_type); 439 __entry->m_pid = le32_to_cpu(ms->m_pid); 440 __entry->m_lkid = le32_to_cpu(ms->m_lkid); 448 __entry->m_hash = le32_to_cpu(ms->m_hash); 493 TP_ARGS(dst, h_seq, ms), 522 le16_to_cpu(ms->m_header.h_length) - sizeof(*ms)) 532 __entry->h_cmd = ms->m_header.h_cmd; [all …]
|
| /include/linux/ |
| A D | module_signature.h | 43 int mod_check_sig(const struct module_signature *ms, size_t file_len,
|
| A D | mmzone.h | 1928 static inline unsigned long *section_to_usemap(struct mem_section *ms) in section_to_usemap() argument 1930 return ms->usage->pageblock_flags; in section_to_usemap() 2093 struct mem_section_usage *usage = READ_ONCE(ms->usage); in pfn_section_valid() 2100 struct mem_section_usage *usage = READ_ONCE(ms->usage); in pfn_section_first_valid() 2147 struct mem_section *ms; in pfn_valid() local 2161 ms = __pfn_to_section(pfn); in pfn_valid() 2163 if (!valid_section(ms)) { in pfn_valid() 2171 ret = early_section(ms) || pfn_section_valid(ms, pfn); in pfn_valid() 2185 struct mem_section *ms = __pfn_to_section(pfn); in first_valid_pfn() local 2187 if (valid_section(ms) && in first_valid_pfn() [all …]
|
| A D | ktime.h | 230 static inline ktime_t ms_to_ktime(u64 ms) in ms_to_ktime() argument 232 return ms * NSEC_PER_MSEC; in ms_to_ktime()
|
| A D | nvme-fc.h | 59 __be16 ms; member
|
| A D | damon.h | 236 unsigned long ms; member
|
| A D | nvme.h | 429 __le16 ms; member
|
| /include/linux/platform_data/ |
| A D | video-pxafb.h | 173 #define SMART_DELAY(ms) (SMART_CMD_DELAY | ((ms) & 0xff)) argument
|
| /include/linux/ceph/ |
| A D | libceph.h | 144 #define from_msgr(ms) container_of(ms, struct ceph_client, msgr) argument
|
| /include/linux/regulator/ |
| A D | consumer.h | 199 int regulator_disable_deferred(struct regulator *regulator, int ms); 429 int ms) in regulator_disable_deferred() argument
|
| /include/sound/ |
| A D | wavefront.h | 450 wavefront_multisample ms; member
|
| /include/video/ |
| A D | imx-ipu-v3.h | 221 int ipu_idmac_wait_busy(struct ipuv3_channel *channel, int ms);
|
| /include/net/ |
| A D | ip_vs.h | 1028 struct ipvs_master_sync_state *ms; member
|
Completed in 50 milliseconds