Home
last modified time | relevance | path

Searched full:epoch (Results 1 – 25 of 267) sorted by relevance

1234567891011

/openbmc/linux/arch/alpha/kernel/
H A Drtc.c28 * Further, generic code is really, really tied to a 1900 epoch. This is
39 unsigned long epoch = simple_strtoul(str, NULL, 0); in specifiy_epoch() local
40 if (epoch < 1900) in specifiy_epoch()
41 printk("Ignoring invalid user specified epoch %lu\n", epoch); in specifiy_epoch()
43 rtc_epoch = epoch; in specifiy_epoch()
46 __setup("epoch=", specifiy_epoch);
51 int epoch, year, ctrl; in init_rtc_epoch() local
54 /* The epoch was specified on the command-line. */ in init_rtc_epoch()
58 /* Detect the epoch in use on this computer. */ in init_rtc_epoch()
65 epoch = 1900; in init_rtc_epoch()
[all …]
/openbmc/linux/include/linux/ceph/
H A Dmon_client.h20 u32 epoch; member
98 u32 have; /* epoch */
125 * epoch @epoch, and also call in when we receive a map. We will
129 bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch,
131 void ceph_monc_got_map(struct ceph_mon_client *monc, int sub, u32 epoch);
134 extern int ceph_monc_wait_osdmap(struct ceph_mon_client *monc, u32 epoch,
/openbmc/linux/net/sched/
H A Dsch_plug.c17 * next epoch speculatively.
20 * 1.At epoch i, start_buffer(i)
21 * 2. At end of epoch i (i.e. after 50ms):
24 * 3. While speculatively executing epoch(i+1), asynchronously replicate
28 * TCQ_PLUG_BUFFER (epoch i)
29 * .. TCQ_PLUG_BUFFER (epoch i+1)
30 * ....TCQ_PLUG_RELEASE_ONE (epoch i)
31 * ......TCQ_PLUG_BUFFER (epoch i+2)
69 * executing epoch.
74 * epoch. These will be released when we receive a
/openbmc/openbmc/poky/scripts/lib/
H A Dbuildstats.py150 def __init__(self, name, epoch, version, revision): argument
152 self.epoch = epoch
155 if epoch is None:
158 self.evr = "{}_{}-{}".format(epoch, version, revision)
199 bsrecipe = BSRecipe(recipe['name'], recipe['epoch'],
220 match = re.match(r'^(?P<name>\S+)-((?P<epoch>[0-9]{1,5})_)?(?P<version>[0-9]\S*)$',
225 match = re.match(r'^(?P<name>\S+)-((?P<epoch>[0-9]{1,5})_)?(?P<version>[^-]+)$',
229 epoch = match.group('epoch')
230 return name, epoch, version, revision
265 name, epoch, version, revision = cls.split_nevr(dirname)
[all …]
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sel.robot161 # Convert to epoch timestamp.
164 # Get SEL List last 1 entry date and time and convert to epoch timestamp.
165 ${sel_epoch_time}= Get SEL Elist Last Entry Date In Epoch
167 # Compare epoch of sel entry timestamp and last addition timestamp.
186 # Get SEL List last 1 entry date and time and convert to epoch timestamp.
187 ${sel_epoch_time}= Get SEL Elist Last Entry Date In Epoch
193 # Compare epoch of sel entry timestamp and last addition timestamp.
201 ... BMC epoch timestamp.
205 ${bmc_epoch_time}= Get BMC Time In Epoch
215 # Compare epoch of erase timestamp and current bmc timestamp.
[all …]
/openbmc/linux/net/rxrpc/
H A Dconn_service.c15 * attacker as the client gets to pick the epoch and cid values and would know
30 k.epoch = sp->hdr.epoch; in rxrpc_find_service_conn_rcu()
107 /* The old connection is from an outdated epoch. */ in rxrpc_publish_service_conn()
157 conn->proto.epoch = sp->hdr.epoch; in rxrpc_new_incoming_connection()
H A Dnet_ns.c40 get_random_bytes(&rxnet->epoch, sizeof(rxnet->epoch)); in rxrpc_init_net()
41 rxnet->epoch |= RXRPC_RANDOM_EPOCH; in rxrpc_init_net()
H A Dlocal_event.c56 whdr.epoch = htonl(sp->hdr.epoch); in rxrpc_send_version_request()
/openbmc/linux/arch/sh/boards/mach-dreamcast/
H A Drtc.c16 /* The AICA RTC has an Epoch of 1/1/1950, so we must subtract 20 years (in
17 seconds) to get the standard Unix Epoch when getting the time, and add
31 * Grabs the current RTC seconds counter and adjusts it to the Unix Epoch.
59 * Adjusts the given @tv to the AICA Epoch and sets the RTC seconds counter.
/openbmc/linux/net/ceph/
H A Dmon_client.c78 u32 epoch; in ceph_monmap_decode() local
91 ceph_decode_32_safe(p, end, epoch, e_inval); in ceph_monmap_decode()
115 dout("%s fsid %pU epoch %u num_mon %d\n", __func__, &fsid, epoch, in ceph_monmap_decode()
126 monmap->epoch = epoch; in ceph_monmap_decode()
418 * @epoch: X for "every map since X", or 0 for "just the latest"
421 u32 epoch, bool continuous) in __ceph_monc_want_map() argument
423 __le64 start = cpu_to_le64(epoch); in __ceph_monc_want_map()
426 dout("%s %s epoch %u continuous %d\n", __func__, ceph_sub_str[sub], in __ceph_monc_want_map()
427 epoch, continuous); in __ceph_monc_want_map()
441 bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch, in ceph_monc_want_map() argument
[all …]
H A Dosd_client.c481 dest->epoch = src->epoch; in target_copy()
1559 (osdc->osdmap->epoch < osdc->epoch_barrier); in target_should_be_paused()
1625 t->epoch = osdc->osdmap->epoch; in calc_target()
1633 if (osdc->osdmap->epoch == pi->last_force_request_resend) { in calc_target()
2183 ceph_encode_32(&p, req->r_osdc->osdmap->epoch); in encode_request_partial()
2255 __le32 epoch; in encode_request_finish() member
2295 ceph_encode_copy(&p, &head.epoch, sizeof(head.epoch)); in encode_request_finish()
2364 req->r_t.spgid.shard, osd->o_osd, req->r_t.epoch, req->r_flags, in send_request()
2381 WARN_ON(!osdc->osdmap->epoch); in maybe_request_map()
2393 osdc->osdmap->epoch + 1, continuous)) in maybe_request_map()
[all …]
/openbmc/pldm/libpldmresponder/
H A Dbios.hpp104 /** @brief Convert epoch time to BCD time
106 * @param[in] timeSec - Time got from epoch time in seconds
118 /** @brief Convert dec time to epoch time
126 * @return time - epoch time
/openbmc/linux/Documentation/filesystems/ext4/
H A Dinodes.rst55 - Last access time, in seconds since the epoch. However, if the EA_INODE
61 - Last inode change time, in seconds since the epoch. However, if the
68 - Last data modification time, in seconds since the epoch. However, if the
75 - Deletion Time, in seconds since the epoch.
161 - File creation time, in seconds since the epoch.
499 are 32-bit signed integers that represent seconds since the Unix epoch
519 We use the 32-bit signed time value plus (2^32 * (extra epoch bits)).
526 * - Extra epoch bits
576 incorrectly use the extra epoch bits 1,1 for dates between 1901 and
/openbmc/linux/drivers/xen/xen-pciback/
H A Dconf_space_quirks.h5 * Ryan Wilson <hap9@epoch.ncsc.mil>
6 * Chris Bookholt <hap10@epoch.ncsc.mil>
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dbcd_time.hpp51 * @brief Converts the number of milliseconds since the epoch into BCD time
53 * @param[in] milliseconds - Number of milliseconds since the epoch
60 * milliseconds since the epoch (1/1/1970).
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-rtc51 Valid time range for the RTC, as seconds from epoch, formatted
59 (RO) RTC-provided time as the number of seconds since the epoch
89 epoch by default, or if there's a leading +, seconds in the
/openbmc/phosphor-certificate-manager/
H A Dx509_utils.cpp121 // Checks that notBefore is not earlier than the unix epoch given that
128 ASN1TimePtr epoch(ASN1_TIME_new(), ASN1_STRING_free); in validateCertificateStartDate() local
130 ASN1_TIME_set_string(epoch.get(), "19700101000000Z"); in validateCertificateStartDate()
133 ASN1_TIME_diff(&days, &secs, epoch.get(), notBefore); in validateCertificateStartDate()
137 lg2::error("Certificate valid date starts before the Unix Epoch"); in validateCertificateStartDate()
/openbmc/linux/fs/smb/server/
H A Doplock.h37 __le16 epoch; member
57 unsigned short epoch; member
88 __le16 epoch; member
H A Doplock.c109 lease->epoch = le16_to_cpu(lctx->epoch) + 1; in alloc_lease()
533 lease->epoch++; in same_client_has_lease()
545 lease->epoch++; in same_client_has_lease()
552 lease->epoch++; in same_client_has_lease()
772 rsp->Epoch = br_info->epoch; in __smb2_lease_break_noti()
824 br_info->epoch = cpu_to_le16(++lease->epoch); in smb2_lease_break_noti()
826 br_info->epoch = 0; in smb2_lease_break_noti()
1040 lease2->epoch = lease1->epoch; in copy_lease()
1191 !lctx->epoch)) in smb_grant_oplock()
1451 buf->lcontext.Epoch = cpu_to_le16(lease->epoch); in create_lease_buf()
[all …]
/openbmc/linux/fs/adfs/
H A Dinode.c169 * of time to convert from RISC OS epoch to Unix epoch.
175 /* 01 Jan 1970 00:00:00 (Unix epoch) as nanoseconds since in adfs_adfs2unix_time()
176 * 01 Jan 1900 00:00:00 (RISC OS epoch) in adfs_adfs2unix_time()
195 /* convert from RISC OS to Unix epoch */ in adfs_adfs2unix_time()
216 /* convert from Unix to RISC OS epoch */ in adfs_unix2adfs_time()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Common/
H A DProgress.interface.yaml19 Indicates when the request is created since the Epoch (1 Jan 1970
24 Indicates when the state is completed since the Epoch (1 Jan 1970
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/State/
H A DScheduledHostTransition.interface.yaml2 Implement to schedule Epoch time to power on/off the Host.
9 time is the Epoch time, number of seconds since 1 Jan 1970 00::00::00
/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dbase.py393 match = re.match(r'^(?P<name>\S+)-((?P<epoch>[0-9]{1,5})_)?(?P<version>[0-9]\S*)$',
398 match = re.match(r'^(?P<name>\S+)-((?P<epoch>[0-9]{1,5})_)?(?P<version>[^-]+)$',
402 epoch = match.group('epoch')
403 return name, epoch, version, revision
449 name, epoch, version, revision = split_nevr(fname)
451 ('epoch', epoch),
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_req.c38 req->epoch = 0; in drbd_req_new()
167 /* no point closing an epoch, if it is empty, anyways. */ in start_new_tl_epoch()
237 * we may need to close the current transfer log epoch. in drbd_req_complete()
239 * the request epoch number with the current transfer log in drbd_req_complete()
240 * epoch number. If they match, increase the current_tle_nr, in drbd_req_complete()
241 * and reset the transfer log epoch write_cnt. in drbd_req_complete()
244 req->epoch == atomic_read(&first_peer_device(device)->connection->current_tle_nr)) in drbd_req_complete()
683 * again ourselves to close the current epoch. in __req_mod()
685 * Add req to the (now) current epoch (barrier). */ in __req_mod()
699 /* close the epoch, in case it outgrew the limit */ in __req_mod()
[all …]
/openbmc/u-boot/drivers/rtc/
H A Dx1205.c84 * rtc_time -- month 0-11, hour 0-23, yr = calendar year-epoch
85 * Epoch is initialized as 2000. Time is set to UTC.
137 /* year, since the rtc epoch*/ in rtc_set()

1234567891011