Searched refs:ms (Results 76 - 100 of 267) sorted by relevance

1234567891011

/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_sds.c667 static int asd_validate_ms(struct asd_manuf_sec *ms) argument
669 if (ms->sig[0] != 'S' || ms->sig[1] != 'M') {
671 ms->sig[0], ms->sig[1]);
674 if (ms->maj != 0) {
676 ms->maj);
679 ms->offs_next = le16_to_cpu((__force __le16) ms->offs_next);
680 ms
690 asd_ms_get_sas_addr(struct asd_ha_struct *asd_ha, struct asd_manuf_sec *ms) argument
697 asd_ms_get_pcba_sn(struct asd_ha_struct *asd_ha, struct asd_manuf_sec *ms) argument
[all...]
/linux-master/arch/powerpc/sysdev/xive/
H A Dspapr.c134 unsigned int ms = 0; local
137 ms = get_longbusy_msecs(rc);
139 ms = 10; /* seems appropriate for XIVE hcalls */
142 return ms;
147 unsigned int ms; local
149 ms = plpar_busy_delay_time(rc);
150 if (ms)
151 mdelay(ms);
153 return ms;
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-sensor.c225 unsigned int ms; local
227 ms = div_u64(ktime_get_ns() - vsensor->start_stream_ts, 1000000);
229 (ms / (60 * 60 * 1000)) % 24,
230 (ms / (60 * 1000)) % 60,
231 (ms / 1000) % 60,
232 ms % 1000);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dverify_pkcs7_sig.c189 struct module_signature ms; local
238 memcpy(&ms, mod + (modlen - sizeof(ms)), sizeof(ms));
240 sig_len = __be32_to_cpu(ms.sig_len);
241 modlen -= sig_len + sizeof(ms);
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-common.c78 rds->ms = dev->radio_tx_rds_ms->cur.val;
93 v4l2_ctrl_s_ctrl(dev->radio_rx_rds_ms, rds->ms);
/linux-master/drivers/phy/marvell/
H A Dphy-pxa-28nm-hsic.c48 static int wait_for_reg(void __iomem *reg, u32 mask, u32 ms) argument
53 1000, 1000 * ms);
/linux-master/tools/perf/tests/
H A Ddwarf-unwind.c77 char *symbol = entry->ms.sym ? entry->ms.sym->name : NULL;
/linux-master/include/linux/
H A Dktime.h225 static inline ktime_t ms_to_ktime(u64 ms)
227 return ms * NSEC_PER_MSEC;
H A Dmmzone.h1372 /* start time in ms of current promote rate limit period */
1376 /* promote threshold in ms */
1378 /* start time in ms of current promote threshold adjustment period */
1845 static inline unsigned long *section_to_usemap(struct mem_section *ms) argument
1847 return ms->usage->pageblock_flags;
1977 static inline int pfn_section_valid(struct mem_section *ms, unsigned long pfn) argument
1981 return test_bit(idx, READ_ONCE(ms->usage)->subsection_map);
1984 static inline int pfn_section_valid(struct mem_section *ms, unsigned long pfn) argument
2004 struct mem_section *ms; local
2018 ms
[all...]
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c299 if (node->ms.sym) {
305 if (!hv_stores(sym, "start", newSVuv(node->ms.sym->start)) ||
306 !hv_stores(sym, "end", newSVuv(node->ms.sym->end)) ||
307 !hv_stores(sym, "binding", newSVuv(node->ms.sym->binding)) ||
308 !hv_stores(sym, "name", newSVpvn(node->ms.sym->name,
309 node->ms.sym->namelen)) ||
317 if (node->ms.map) {
318 struct map *map = node->ms.map;
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dphy_shim.c73 wlapi_add_timer(struct wlapi_timer *t, uint ms, int periodic) argument
75 brcms_add_timer((struct brcms_timer *)t, ms, periodic);
/linux-master/arch/s390/include/asm/
H A Dnmi.h61 u64 ms : 1; /* 21 psw mask and key validity */ member in struct:mci::__anon5
/linux-master/drivers/ssb/
H A Dssb_private.h198 extern u32 ssb_chipco_watchdog_timer_set_ms(struct bcm47xx_wdt *wdt, u32 ms);
221 extern u32 ssb_extif_watchdog_timer_set_ms(struct bcm47xx_wdt *wdt, u32 ms);
229 u32 ms)
228 ssb_extif_watchdog_timer_set_ms(struct bcm47xx_wdt *wdt, u32 ms) argument
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_pwrctrl.h245 #define _rtw_set_pwr_state_check_timer(pwrctl, ms) \
247 _set_timer(&(pwrctl)->pwr_state_check_timer, (ms)); \
281 void rtw_set_ips_deny(struct adapter *padapter, u32 ms);
/linux-master/tools/perf/util/
H A Dcallchain.h121 struct map_symbol ms; member in struct:callchain_list
145 struct map_symbol ms; member in struct:callchain_cursor_node
204 struct map_symbol *ms,
H A Dunwind-libdw.c136 e->ms.maps = al.maps;
137 e->ms.map = al.map;
138 e->ms.sym = al.sym;
/linux-master/mm/damon/
H A Dlru_sort.c67 /* Use up to 10 ms per 1 sec, by default */
68 .ms = 10,
88 .sample_interval = 5000, /* 5 ms */
89 .aggr_interval = 100000, /* 100 ms */
154 quota.ms = quota.ms / 2;
/linux-master/arch/m68k/fpsp040/
H A Dx_store.S118 | extended -> |s| exp | |1| ms mant | | ls mant |
154 movel LOCAL_HI(%a1),%d1 |get ms mantissa
155 bfextu %d1{#1:#20},%d1 |get upper 20 bits of ms
156 orl %d1,%d0 |put these bits in ms word of double
158 movel LOCAL_HI(%a1),%d1 |get ms mantissa
189 | extended -> |s| exp | |1| ms mant | | ls mant |
222 movel LOCAL_HI(%a1),%d1 |get ms mantissa
223 bfextu %d1{#1:#23},%d1 |get upper 23 bits of ms
224 orl %d1,%d0 |put these bits in ms word of single
H A Dround.S299 | FP_SCR1 = exponent, ms mantissa part, ls mantissa part
316 | ;in ms mant
327 lsll %d0,%d1 |shift ms mant by count
332 orl %d6,%d1 |shift the ls mant bits into the ms mant
359 bfffo LOCAL_HI(%a0){#0:#32},%d7 |find first 1 in ms mant to d7)
360 beqs lower |branch if ms mant is all 0's
365 movel LOCAL_HI(%a0),%d0 |d0 has ms mant
375 | ;be shifted into ms mant
376 orl %d1,%d0 |shift the ls mant bits into the ms mant
377 movel %d0,LOCAL_HI(%a0) |store ms man
[all...]
/linux-master/tools/testing/selftests/damon/
H A D_damon_sysfs.py75 ms = None # time quota variable in class:DamosQuota
79 def __init__(self, sz=0, ms=0, reset_interval_ms=0):
81 self.ms = ms
91 err = write_file(os.path.join(self.sysfs_dir(), 'ms'), self.ms)
/linux-master/drivers/most/
H A Dconfigfs.c599 struct most_sound *ms = container_of(group->cg_subsys, local
602 list_for_each_entry(most, &ms->soundcard_list, list) {
608 if (!try_module_get(ms->mod))
612 module_put(ms->mod);
616 list_add_tail(&most->list, &ms->soundcard_list);
623 struct most_sound *ms = container_of(group->cg_subsys, local
625 module_put(ms->mod);
/linux-master/scripts/gdb/linux/
H A Dmm.py148 def pfn_section_valid(self, ms, pfn):
151 return test_bit(idx, ms['usage']['subsection_map'])
166 ms = None
171 ms = self.__pfn_to_section(pfn)
173 if not self.valid_section(ms):
175 return self.early_section(ms) or self.pfn_section_valid(ms, pfn)
/linux-master/arch/powerpc/kernel/
H A Drtas.c1201 * again after ~10^x ms has elapsed, where x is
1296 unsigned int ms = 0; local
1299 ms = 1;
1303 for (ms = 1; order > 0; order--)
1304 ms *= 10;
1307 return ms;
1371 unsigned int ms; local
1383 ms = rtas_busy_delay_time(status);
1390 ms = clamp(ms,
[all...]
/linux-master/drivers/tty/hvc/
H A Dhvsi_lib.c250 static void maybe_msleep(unsigned long ms) argument
254 mdelay(ms);
256 msleep(ms);
277 /* Try for up to 200ms */
320 /* Try for up to 200ms, there can be a packet to
345 /* Try for up to 400ms */
/linux-master/drivers/auxdisplay/
H A Dline-display.c175 unsigned int ms; local
178 err = kstrtouint(buf, 10, &ms);
182 linedisp->scroll_rate = msecs_to_jiffies(ms);

Completed in 292 milliseconds

1234567891011