| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | rtc.c | 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() 51 int epoch, year, ctrl; in init_rtc_epoch() local 65 epoch = 1900; in init_rtc_epoch() 67 epoch = 2000; in init_rtc_epoch() 70 epoch = 1980; in init_rtc_epoch() 73 epoch = 1952; in init_rtc_epoch() 75 rtc_epoch = epoch; in init_rtc_epoch() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_globals.c | 21 static atomic_t epoch; variable 27 int epoch; member 51 park.epoch = atomic_inc_return(&epoch); in __i915_globals_queue_rcu() 63 if (park.epoch != atomic_read(&epoch)) { in __i915_globals_park() 138 atomic_inc(&epoch); in i915_globals_unpark()
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/ |
| H A D | buildstats.py | 150 def __init__(self, name, epoch, version, revision): argument 152 self.epoch = epoch 155 if epoch is None: 158 self.evr = "{}_{}-{}".format(epoch, version, revision) 229 epoch = match.group('epoch') 230 return name, epoch, version, revision 265 name, epoch, version, revision = cls.split_nevr(dirname) 266 bsrecipe = BSRecipe(name, epoch, version, revision) 355 if bs1[recipe].epoch != bs2[recipe].epoch:
|
| /OK3568_Linux_fs/kernel/include/linux/ceph/ |
| H A D | mon_client.h | 20 u32 epoch; member 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,
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | rtc-vr41xx.c | 73 static unsigned long epoch = 1970; /* Jan 1 1970 00:00:00 */ variable 117 epoch_sec = mktime64(epoch, 1, 1, 0, 0, 0); in vr41xx_rtc_read_time() 129 epoch_sec = mktime64(epoch, 1, 1, 0, 0, 0); in vr41xx_rtc_set_time() 185 return put_user(epoch, (unsigned long __user *)arg); in vr41xx_rtc_ioctl() 188 return put_user(epoch, (unsigned int __user *)arg); in vr41xx_rtc_ioctl() 194 epoch = arg; in vr41xx_rtc_ioctl()
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | mon_client.c | 47 u32 epoch, num_mon; in ceph_monmap_decode() local 58 epoch = ceph_decode_32(&p); in ceph_monmap_decode() 68 m->epoch = epoch; in ceph_monmap_decode() 80 dout("monmap_decode epoch %d, num_mon %d\n", m->epoch, in ceph_monmap_decode() 348 u32 epoch, bool continuous) in __ceph_monc_want_map() argument 350 __le64 start = cpu_to_le64(epoch); in __ceph_monc_want_map() 354 epoch, continuous); in __ceph_monc_want_map() 368 bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch, in ceph_monc_want_map() argument 374 need_request = __ceph_monc_want_map(monc, sub, epoch, continuous); in ceph_monc_want_map() 387 u32 epoch) in __ceph_monc_got_map() argument [all …]
|
| H A D | osd_client.c | 454 dest->epoch = src->epoch; in target_copy() 1477 (osdc->osdmap->epoch < osdc->epoch_barrier); in target_should_be_paused() 1543 t->epoch = osdc->osdmap->epoch; in calc_target() 1551 if (osdc->osdmap->epoch == pi->last_force_request_resend) { in calc_target() 2100 ceph_encode_32(&p, req->r_osdc->osdmap->epoch); in encode_request_partial() 2172 __le32 epoch; in encode_request_finish() member 2212 ceph_encode_copy(&p, &head.epoch, sizeof(head.epoch)); in encode_request_finish() 2281 req->r_t.spgid.shard, osd->o_osd, req->r_t.epoch, req->r_flags, in send_request() 2298 WARN_ON(!osdc->osdmap->epoch); in maybe_request_map() 2310 osdc->osdmap->epoch + 1, continuous)) in maybe_request_map() [all …]
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | conn_service.c | 36 k.epoch = sp->hdr.epoch; in rxrpc_find_service_conn_rcu() 166 conn->proto.epoch = sp->hdr.epoch; in rxrpc_new_incoming_connection()
|
| H A D | output.c | 207 pkt->whdr.epoch = htonl(conn->proto.epoch); in rxrpc_send_ack_packet() 316 pkt.whdr.epoch = htonl(conn->proto.epoch); in rxrpc_send_abort_packet() 373 whdr.epoch = htonl(conn->proto.epoch); in rxrpc_send_data_packet() 605 whdr.epoch = htonl(sp->hdr.epoch); in rxrpc_reject_packets() 648 whdr.epoch = htonl(peer->local->rxnet->epoch); in rxrpc_send_keepalive()
|
| H A D | net_ns.c | 49 get_random_bytes(&rxnet->epoch, sizeof(rxnet->epoch)); in rxrpc_init_net() 50 rxnet->epoch |= RXRPC_RANDOM_EPOCH; in rxrpc_init_net()
|
| H A D | protocol.h | 22 __be32 epoch; /* client boot timestamp */ member 173 __be32 epoch; /* current epoch */ member
|
| H A D | local_event.c | 47 whdr.epoch = htonl(sp->hdr.epoch); in rxrpc_send_version_request()
|
| H A D | conn_object.c | 95 k.epoch = sp->hdr.epoch; in rxrpc_find_connection_rcu() 123 if (conn->proto.epoch != k.epoch || in rxrpc_find_connection_rcu()
|
| H A D | rxkad.c | 128 tmpbuf[0] = htonl(conn->proto.epoch); in rxkad_prime_packet_security() 670 whdr.epoch = htonl(conn->proto.epoch); in rxkad_issue_challenge() 730 whdr.epoch = htonl(hdr->epoch); in rxkad_send_response() 863 resp->encrypted.epoch = htonl(conn->proto.epoch); in rxkad_respond_to_challenge() 1159 if (ntohl(response->encrypted.epoch) != conn->proto.epoch) in rxkad_verify_response()
|
| H A D | conn_event.c | 68 pkt.whdr.epoch = htonl(conn->proto.epoch); in rxrpc_conn_retransmit_call() 222 whdr.epoch = htonl(conn->proto.epoch); in rxrpc_abort_connection()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | dtls1.h | 144 unsigned short epoch; member 172 unsigned short epoch; member
|
| /OK3568_Linux_fs/buildroot/toolchain/ |
| H A D | toolchain-wrapper.c | 199 time_t epoch; in parse_source_date_epoch_from_env() local 205 epoch = (time_t) strtoll(epoch_env, &endptr, 10); in parse_source_date_epoch_from_env() 209 if ((errno != 0) || !*epoch_env || *endptr || (epoch < 0)) { in parse_source_date_epoch_from_env() 216 if (localtime_r(&epoch, &epoch_tm) == NULL) { in parse_source_date_epoch_from_env()
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-rtc | 51 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
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | smb2ops.c | 822 &oparms.fid->epoch, in open_shroot() 1415 server->ops->set_oplock_level(cinode, oplock, fid->epoch, in smb2_set_fid() 3904 unsigned int epoch, bool *purge_cache) in smb2_downgrade_oplock() argument 3911 unsigned int epoch, bool *purge_cache); 3916 unsigned int epoch, bool *purge_cache) in smb3_downgrade_oplock() argument 3919 unsigned int old_epoch = cinode->epoch; in smb3_downgrade_oplock() 3922 if (epoch > old_epoch) { in smb3_downgrade_oplock() 3924 cinode->epoch = epoch; in smb3_downgrade_oplock() 3933 else if (old_state == new_state && (epoch - old_epoch > 1)) in smb3_downgrade_oplock() 3939 unsigned int epoch, bool *purge_cache) in smb2_set_oplock_level() argument [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | inodes.rst | 55 - 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
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 1358 struct drbd_epoch *epoch, in drbd_may_finish_epoch() argument 1369 epoch_size = atomic_read(&epoch->epoch_size); in drbd_may_finish_epoch() 1373 atomic_dec(&epoch->active); in drbd_may_finish_epoch() 1376 set_bit(DE_HAVE_BARRIER_NUMBER, &epoch->flags); in drbd_may_finish_epoch() 1384 atomic_read(&epoch->active) == 0 && in drbd_may_finish_epoch() 1385 (test_bit(DE_HAVE_BARRIER_NUMBER, &epoch->flags) || ev & EV_CLEANUP)) { in drbd_may_finish_epoch() 1388 drbd_send_b_ack(epoch->connection, epoch->barrier_nr, epoch_size); in drbd_may_finish_epoch() 1394 if (test_bit(DE_HAVE_BARRIER_NUMBER, &epoch->flags)) in drbd_may_finish_epoch() 1395 dec_unacked(epoch->connection); in drbd_may_finish_epoch() 1398 if (connection->current_epoch != epoch) { in drbd_may_finish_epoch() [all …]
|
| H A D | drbd_worker.c | 1402 static void re_init_if_first_write(struct drbd_connection *connection, unsigned int epoch) in re_init_if_first_write() argument 1406 connection->send.current_epoch_nr = epoch; in re_init_if_first_write() 1412 static void maybe_send_barrier(struct drbd_connection *connection, unsigned int epoch) in maybe_send_barrier() argument 1417 if (connection->send.current_epoch_nr != epoch) { in maybe_send_barrier() 1420 connection->send.current_epoch_nr = epoch; in maybe_send_barrier() 1442 maybe_send_barrier(connection, req->epoch); in w_send_out_of_sync() 1470 re_init_if_first_write(connection, req->epoch); in w_send_dblock() 1471 maybe_send_barrier(connection, req->epoch); in w_send_dblock() 1505 maybe_send_barrier(connection, req->epoch); in w_send_read_req()
|
| /OK3568_Linux_fs/kernel/include/trace/hooks/ |
| H A D | epoch.h | 3 #define TRACE_SYSTEM epoch
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/buildperf/ |
| H A D | base.py | 402 epoch = match.group('epoch') 403 return name, epoch, version, revision 449 name, epoch, version, revision = split_nevr(fname) 451 ('epoch', epoch),
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | hp_sdc_rtc.c | 56 static unsigned long epoch = 2000; variable 284 &tm, &tm, epoch); in hp_sdc_rtc_proc_show()
|