Home
last modified time | relevance | path

Searched refs:mon (Results 1 – 25 of 98) sorted by relevance

1234

/linux-6.3-rc2/net/tipc/
A Dmonitor.c358 if (!mon) in tipc_mon_remove_peer()
449 if (!mon) in tipc_mon_peer_down()
633 struct tipc_monitor *mon = from_timer(mon, t, timer); in mon_timeout() local
644 mod_timer(&mon->timer, jiffies + mon->timer_intv); in mon_timeout()
657 mon = kzalloc(sizeof(*mon), GFP_ATOMIC); in tipc_mon_create()
661 kfree(mon); in tipc_mon_create()
678 mod_timer(&mon->timer, jiffies + mon->timer_intv); in tipc_mon_create()
689 if (!mon) in tipc_mon_delete()
706 kfree(mon); in tipc_mon_delete()
716 if (!mon) in tipc_mon_reinit_self()
[all …]
/linux-6.3-rc2/tools/power/cpupower/utils/idle_monitor/
A Dcpupower-monitor.c97 int unsigned mon; in print_header() local
105 for (mon = 0; mon < avail_monitors; mon++) { in print_header()
108 if (mon != 0) in print_header()
123 for (mon = 0; mon < avail_monitors; mon++) { in print_header()
124 if (mon != 0) in print_header()
142 unsigned int mon; in print_results() local
162 for (mon = 0; mon < avail_monitors; mon++) { in print_results()
163 if (mon != 0) in print_results()
228 for (mon = 0; mon < MONITORS_MAX; mon++, tmp = NULL) { in parse_monitor_param()
263 for (mon = 0; mon < avail_monitors; mon++) { in list_monitors()
[all …]
/linux-6.3-rc2/tools/testing/selftests/timers/
A Draw_skew.c69 void get_monotonic_and_raw(struct timespec *mon, struct timespec *raw) in get_monotonic_and_raw() argument
87 *mon = nsec_to_ts(tmp); in get_monotonic_and_raw()
94 struct timespec mon, raw, start, end; in main() local
107 get_monotonic_and_raw(&mon, &raw); in main()
108 start = mon; in main()
109 delta1 = diff_timespec(mon, raw); in main()
118 get_monotonic_and_raw(&mon, &raw); in main()
119 end = mon; in main()
122 delta2 = diff_timespec(mon, raw); in main()
/linux-6.3-rc2/arch/arm/mach-shmobile/
A Dregulator-quirk-rcar-gen2.c81 u32 mon; in regulator_quirk_notify() local
86 mon = ioread32(irqc + IRQC_MONITOR); in regulator_quirk_notify()
87 dev_dbg(dev, "%s: %ld, IRQC_MONITOR = 0x%x\n", __func__, action, mon); in regulator_quirk_notify()
88 if (mon & REGULATOR_IRQ_MASK) in regulator_quirk_notify()
117 mon = ioread32(irqc + IRQC_MONITOR); in regulator_quirk_notify()
118 if (mon & REGULATOR_IRQ_MASK) in regulator_quirk_notify()
147 u32 mon, addr; in rcar_gen2_regulator_quirk() local
212 mon = ioread32(irqc + IRQC_MONITOR); in rcar_gen2_regulator_quirk()
213 if (mon & REGULATOR_IRQ_MASK) { in rcar_gen2_regulator_quirk()
/linux-6.3-rc2/arch/m68k/bvme6000/
A Drtc.c74 unsigned char mon, day, hrs, min, sec, leap_yr; in rtc_ioctl() local
86 mon = rtc_tm.tm_mon + 1; /* tm_mon starts at zero */ in rtc_ioctl()
94 if ((mon > 12) || (mon < 1) || (day == 0)) in rtc_ioctl()
97 if (day > (days_in_mo[mon] + ((mon == 2) && leap_yr))) in rtc_ioctl()
117 rtc->bcd_mth = bin2bcd(mon); in rtc_ioctl()
/linux-6.3-rc2/arch/m68k/mvme16x/
A Drtc.c69 unsigned char mon, day, hrs, min, sec, leap_yr; in rtc_ioctl() local
81 mon = rtc_tm.tm_mon + 1; /* tm_mon starts at zero */ in rtc_ioctl()
89 if ((mon > 12) || (day == 0)) in rtc_ioctl()
92 if (day > (days_in_mo[mon] + ((mon == 2) && leap_yr))) in rtc_ioctl()
108 rtc->bcd_mth = bin2bcd(mon); in rtc_ioctl()
/linux-6.3-rc2/Documentation/tools/rv/
A Drv-mon.rst15 **rv mon** [*-h*] **monitor_name** [*-h*] [*MONITOR OPTIONS*]
20 The **rv mon** command runs the monitor named *monitor_name*. Each monitor
37 Each monitor has its own set of options. See man **rv-mon**-*monitor_name*
38 for details about each specific monitor. Also, running **rv mon**
45 **rv**\(1), **rv-mon**\(1)
A Dindex.rst15 rv-mon
16 rv-mon-wip
17 rv-mon-wwnr
A Drv-mon-wwnr.rst4 rv-mon-wwnr
15 **rv mon wip** [*OPTIONS*]
33 **rv**\(1), **rv-mon**\(1)
A Drv-mon-wip.rst4 rv-mon-wip
15 **rv mon wip** [*OPTIONS*]
34 **rv**\(1), **rv-mon**\(1)
/linux-6.3-rc2/arch/mips/include/asm/
A Dmc146818-time.h91 unsigned int year, mon, day, hour, min, sec; in mc146818_get_cmos_time() local
101 mon = CMOS_READ(RTC_MONTH); in mc146818_get_cmos_time()
110 mon = bcd2bin(mon); in mc146818_get_cmos_time()
116 return mktime64(year, mon, day, hour, min, sec); in mc146818_get_cmos_time()
/linux-6.3-rc2/arch/sh/boards/mach-sh03/
A Drtc.c43 unsigned int year, mon, day, hour, min, sec; in sh03_rtc_gettimeofday() local
52 mon = (__raw_readb(RTC_MON1) & 0xf) + (__raw_readb(RTC_MON10) & 0xf) * 10; in sh03_rtc_gettimeofday()
57 if (year == 0 || mon < 1 || mon > 12 || day > 31 || day < 1 || in sh03_rtc_gettimeofday()
62 year, mon, day, hour, min, sec); in sh03_rtc_gettimeofday()
83 tm->tm_mon = mon; in sh03_rtc_gettimeofday()
/linux-6.3-rc2/arch/m68k/atari/
A Dtime.c201 int sec=0, min=0, hour=0, day=0, mon=0, year=0, wday=0; in atari_tt_hwclk() local
216 mon = t->tm_mon + 1; in atari_tt_hwclk()
235 mon = bin2bcd(mon); in atari_tt_hwclk()
268 mon = RTC_READ( RTC_MONTH ); in atari_tt_hwclk()
277 RTC_WRITE( RTC_MONTH, mon ); in atari_tt_hwclk()
297 mon = bcd2bin(mon); in atari_tt_hwclk()
313 t->tm_mon = mon - 1; in atari_tt_hwclk()
/linux-6.3-rc2/arch/mips/dec/
A Dtime.c24 unsigned int year, mon, day, hour, min, sec, real_year; in read_persistent_clock64() local
34 mon = CMOS_READ(RTC_MONTH); in read_persistent_clock64()
51 mon = bcd2bin(mon); in read_persistent_clock64()
57 ts->tv_sec = mktime64(year, mon, day, hour, min, sec); in read_persistent_clock64()
/linux-6.3-rc2/arch/powerpc/platforms/chrp/
A Dtime.c132 unsigned int year, mon, day, hour, min, sec; in chrp_get_rtc_time() local
139 mon = chrp_cmos_clock_read(RTC_MONTH); in chrp_get_rtc_time()
148 mon = bcd2bin(mon); in chrp_get_rtc_time()
157 tm->tm_mon = mon; in chrp_get_rtc_time()
/linux-6.3-rc2/arch/x86/kernel/cpu/resctrl/
A Dmonitor.c467 ret = __mon_event_count(rdtgrp->mon.rmid, rr); in mon_event_count()
474 head = &rdtgrp->mon.crdtgrp_list; in mon_event_count()
478 if (__mon_event_count(entry->mon.rmid, rr) == 0) in mon_event_count()
540 rmid = rgrp->mon.rmid; in update_mba_bw()
559 head = &rgrp->mon.crdtgrp_list; in update_mba_bw()
561 cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid]; in update_mba_bw()
603 cmbm_data = &dom_mbm->mbm_local[entry->mon.rmid]; in update_mba_bw()
693 mbm_update(r, d, prgrp->mon.rmid); in mbm_handle_overflow()
695 head = &prgrp->mon.crdtgrp_list; in mbm_handle_overflow()
696 list_for_each_entry(crgrp, head, mon.crdtgrp_list) in mbm_handle_overflow()
[all …]
A Drdtgroup.c380 list_for_each_entry(crgrp, &r->mon.crdtgrp_list, mon.crdtgrp_list) in cpumask_rdtgrp_clear()
806 mon.crdtgrp_list) { in proc_resctrl_show()
2691 free_rmid(sentry->mon.rmid); in free_all_child_rdtgrp()
2816 list_for_each_entry(crgrp, &prgrp->mon.crdtgrp_list, mon.crdtgrp_list) in rmdir_mondata_subdir_allrdtgrp()
3209 rdtgrp->mon.rmid = ret; in mkdir_rdt_prepare()
3225 free_rmid(rdtgrp->mon.rmid); in mkdir_rdt_prepare()
3239 free_rmid(rgrp->mon.rmid); in mkdir_rdt_prepare_clean()
3258 prgrp = rdtgrp->mon.parent; in rdtgroup_mkdir_mon()
3265 list_add_tail(&rdtgrp->mon.crdtgrp_list, &prgrp->mon.crdtgrp_list); in rdtgroup_mkdir_mon()
3388 free_rmid(rdtgrp->mon.rmid); in rdtgroup_rmdir_mon()
[all …]
/linux-6.3-rc2/arch/powerpc/platforms/maple/
A Dtime.c80 int sec, min, hour, mon, mday, year; in maple_set_rtc_time() local
95 mon = tm->tm_mon; in maple_set_rtc_time()
103 mon = bin2bcd(mon); in maple_set_rtc_time()
110 maple_clock_write(mon, RTC_MONTH); in maple_set_rtc_time()
/linux-6.3-rc2/drivers/rtc/
A Drtc-mc146818-lib.c194 unsigned char mon, day, hrs, min, sec; in mc146818_set_time() local
203 mon = time->tm_mon + 1; /* tm_mon starts at zero */ in mc146818_set_time()
223 if (!leap_yr && mon < 3) { in mc146818_set_time()
254 mon = bin2bcd(mon); in mc146818_set_time()
272 CMOS_WRITE(mon, RTC_MONTH); in mc146818_set_time()
A Drtc-m48t35.c100 unsigned char mon, day, hrs, min, sec; in m48t35_set_time() local
105 mon = tm->tm_mon + 1; /* tm_mon starts at zero */ in m48t35_set_time()
128 mon = bin2bcd(mon); in m48t35_set_time()
135 writeb(mon, &priv->reg->month); in m48t35_set_time()
A Drtc-bq4802.c95 u8 sec, min, hrs, day, mon, yrs, century, val; in bq4802_set_time() local
103 mon = tm->tm_mon + 1; /* tm_mon starts at zero */ in bq4802_set_time()
113 mon = bin2bcd(mon); in bq4802_set_time()
126 p->write(p, 0x09, mon); in bq4802_set_time()
/linux-6.3-rc2/arch/mips/sibyte/swarm/
A Drtc_m41t81.c188 unsigned int year, mon, day, hour, min, sec; in m41t81_get_time() local
203 mon = m41t81_read(M41T81REG_MO); in m41t81_get_time()
211 mon = bcd2bin(mon); in m41t81_get_time()
216 return mktime64(year, mon, day, hour, min, sec); in m41t81_get_time()
A Drtc_xicor1241.c169 unsigned int year, mon, day, hour, min, sec, y2k; in xicor_get_time() local
185 mon = xicor_read(X1241REG_MO); in xicor_get_time()
194 mon = bcd2bin(mon); in xicor_get_time()
200 return mktime64(year, mon, day, hour, min, sec); in xicor_get_time()
/linux-6.3-rc2/tools/gpio/
A DMakefile21 ALL_TARGETS := lsgpio gpio-hammer gpio-event-mon gpio-watch
63 GPIO_EVENT_MON_IN := $(OUTPUT)gpio-event-mon-in.o
65 $(Q)$(MAKE) $(build)=gpio-event-mon
66 $(OUTPUT)gpio-event-mon: $(GPIO_EVENT_MON_IN)
/linux-6.3-rc2/drivers/soc/tegra/cbb/
A Dtegra234-cbb.c122 void __iomem *mon; member
192 writel(0x3f, priv->mon + FABRIC_MN_MASTER_ERR_STATUS_0); in tegra234_cbb_error_clear()
456 status = readl(cbb->mon + FABRIC_MN_MASTER_ERR_STATUS_0); in print_errmonX_info()
467 overflow = readl(cbb->mon + FABRIC_MN_MASTER_ERR_OVERFLOW_STATUS_0); in print_errmonX_info()
471 error = readl(cbb->mon + FABRIC_MN_MASTER_LOG_ERR_STATUS_0); in print_errmonX_info()
483 hi = readl(cbb->mon + FABRIC_MN_MASTER_LOG_ADDR_HIGH_0); in print_errmonX_info()
484 lo = readl(cbb->mon + FABRIC_MN_MASTER_LOG_ADDR_LOW_0); in print_errmonX_info()
488 cbb->mn_attr0 = readl(cbb->mon + FABRIC_MN_MASTER_LOG_ATTRIBUTES0_0); in print_errmonX_info()
489 cbb->mn_attr1 = readl(cbb->mon + FABRIC_MN_MASTER_LOG_ATTRIBUTES1_0); in print_errmonX_info()
490 cbb->mn_attr2 = readl(cbb->mon + FABRIC_MN_MASTER_LOG_ATTRIBUTES2_0); in print_errmonX_info()
[all …]

Completed in 45 milliseconds

1234