Searched refs:itimerspec (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | timers.h | 52 struct itimerspec it_time; 105 struct itimerspec * new_value, 106 struct itimerspec * old_value); 109 struct itimerspec * cur_value);
|
| H A D | timespec.h | 60 struct itimerspec { struct
|
| H A D | syscallsubr.h | 317 struct itimerspec *val, struct itimerspec *oval); 319 struct itimerspec *val);
|
| H A D | sysproto.h | 652 …r value_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * value; char value_r_[PADR_… 653 …char ovalue_l_[PADL_(struct itimerspec *)]; struct itimerspec * ovalue; char ovalue_r_[PADR_(struc… 657 …char value_l_[PADL_(struct itimerspec *)]; struct itimerspec * value; char value_r_[PADR_(struct i…
|
| /f-stack/app/nginx-1.16.1/src/event/modules/ |
| H A D | ngx_eventport_module.c | 56 typedef struct itimerspec { /* definition per POSIX.4 */ struct 114 int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, 115 struct itimerspec *ovalue); 117 int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, in timer_settime() 118 struct itimerspec *ovalue) in timer_settime() 214 struct itimerspec its; in ngx_eventport_init()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 102 static int realtimer_gettime(struct itimer *, struct itimerspec *); 104 struct itimerspec *, struct itimerspec *); 1358 const struct itimerspec * value; 1359 struct itimerspec * ovalue; 1365 struct itimerspec val, oval, *ovalp; in sys_ktimer_settime() 1380 struct itimerspec *val, struct itimerspec *oval) in kern_ktimer_settime() 1405 struct itimerspec * value; 1411 struct itimerspec val; in sys_ktimer_gettime() 1500 realtimer_gettime(struct itimer *it, struct itimerspec *ovalue) in realtimer_gettime() 1522 struct itimerspec *value, struct itimerspec *ovalue) in realtimer_settime() [all …]
|
| /f-stack/dpdk/lib/librte_eal/linux/ |
| H A D | eal_alarm.c | 101 struct itimerspec atime = { .it_interval = { 0, 0 } }; in eal_alarm_callback() 166 struct itimerspec alarm_time = { in rte_eal_alarm_set()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_api.c | 564 struct itimerspec its; in _timer_notify() 569 bzero(&its, sizeof (struct itimerspec)); in _timer_notify() 586 struct itimerspec its; in fmd_timer_install()
|
| /f-stack/freebsd/arm64/linux/ |
| H A D | linux_proto.h | 456 …char setting_l_[PADL_(struct itimerspec *)]; struct itimerspec * setting; char setting_r_[PADR_(st… 464 …char new_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * new; char new_r_[PADR_(co… 465 …char old_l_[PADL_(struct itimerspec *)]; struct itimerspec * old; char old_r_[PADR_(struct itimers…
|
| /f-stack/freebsd/arm/linux/ |
| H A D | linux_proto.h | 703 …char new_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * new; char new_r_[PADR_(co… 704 …char old_l_[PADL_(struct itimerspec *)]; struct itimerspec * old; char old_r_[PADR_(struct itimers… 708 …char setting_l_[PADL_(struct itimerspec *)]; struct itimerspec * setting; char setting_r_[PADR_(st…
|
| /f-stack/freebsd/amd64/linux/ |
| H A D | linux_proto.h | 778 …char new_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * new; char new_r_[PADR_(co… 779 …char old_l_[PADL_(struct itimerspec *)]; struct itimerspec * old; char old_r_[PADR_(struct itimers… 783 …char setting_l_[PADL_(struct itimerspec *)]; struct itimerspec * setting; char setting_r_[PADR_(st…
|
| /f-stack/freebsd/amd64/linux32/ |
| H A D | linux32_proto.h | 847 …char new_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * new; char new_r_[PADR_(co… 848 …char old_l_[PADL_(struct itimerspec *)]; struct itimerspec * old; char old_r_[PADR_(struct itimers… 852 …char setting_l_[PADL_(struct itimerspec *)]; struct itimerspec * setting; char setting_r_[PADR_(st…
|
| /f-stack/freebsd/i386/linux/ |
| H A D | linux_proto.h | 846 …char new_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * new; char new_r_[PADR_(co… 847 …char old_l_[PADL_(struct itimerspec *)]; struct itimerspec * old; char old_r_[PADR_(struct itimers… 851 …char setting_l_[PADL_(struct itimerspec *)]; struct itimerspec * setting; char setting_r_[PADR_(st…
|