Home
last modified time | relevance | path

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

12345678910>>...12

/kernel/linux/linux-6.6/arch/alpha/kernel/
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 …]
/kernel/linux/linux-5.10/arch/alpha/kernel/
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 …]
/kernel/linux/linux-5.10/include/linux/ceph/
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,
/kernel/linux/linux-6.6/include/linux/ceph/
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,
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
Di915_globals.c21 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()
/kernel/linux/linux-5.10/net/sched/
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
/kernel/linux/linux-6.6/net/sched/
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
/kernel/linux/linux-5.10/net/ceph/
Dmon_client.c47 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()
347 * @epoch: X for "every map since X", or 0 for "just the latest"
350 u32 epoch, bool continuous) in __ceph_monc_want_map() argument
352 __le64 start = cpu_to_le64(epoch); in __ceph_monc_want_map()
355 dout("%s %s epoch %u continuous %d\n", __func__, ceph_sub_str[sub], in __ceph_monc_want_map()
356 epoch, continuous); in __ceph_monc_want_map()
370 bool ceph_monc_want_map(struct ceph_mon_client *monc, int sub, u32 epoch, in ceph_monc_want_map() argument
[all …]
/kernel/linux/linux-5.10/net/rxrpc/
Dconn_service.c21 * attacker as the client gets to pick the epoch and cid values and would know
36 k.epoch = sp->hdr.epoch; in rxrpc_find_service_conn_rcu()
113 /* The old connection is from an outdated epoch. */ in rxrpc_publish_service_conn()
167 conn->proto.epoch = sp->hdr.epoch; in rxrpc_new_incoming_connection()
Doutput.c207 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()
/kernel/linux/linux-6.6/net/rxrpc/
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()
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()
/kernel/linux/linux-6.6/arch/sh/boards/mach-dreamcast/
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.
/kernel/linux/linux-5.10/arch/sh/boards/mach-dreamcast/
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.
/kernel/linux/linux-6.6/net/ceph/
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 …]
/kernel/linux/linux-5.10/drivers/rtc/
Drtc-vr41xx.c73 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()
/kernel/linux/linux-5.10/Documentation/filesystems/ext4/
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
/kernel/linux/linux-6.6/Documentation/filesystems/ext4/
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
/kernel/linux/linux-6.6/fs/smb/server/
Doplock.h37 __le16 epoch; member
57 unsigned short epoch; member
86 __le16 epoch; member
/kernel/linux/linux-5.10/Documentation/ABI/testing/
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
/kernel/linux/linux-6.6/Documentation/ABI/testing/
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
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/
Dconf_space_quirks.h5 * Ryan Wilson <hap9@epoch.ncsc.mil>
6 * Chris Bookholt <hap10@epoch.ncsc.mil>
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/
Dconf_space_quirks.h5 * Ryan Wilson <hap9@epoch.ncsc.mil>
6 * Chris Bookholt <hap10@epoch.ncsc.mil>
/kernel/linux/linux-5.10/fs/adfs/
Dinode.c167 * of time to convert from RISC OS epoch to Unix epoch.
173 /* 01 Jan 1970 00:00:00 (Unix epoch) as nanoseconds since in adfs_adfs2unix_time()
174 * 01 Jan 1900 00:00:00 (RISC OS epoch) in adfs_adfs2unix_time()
193 /* convert from RISC OS to Unix epoch */ in adfs_adfs2unix_time()
214 /* convert from Unix to RISC OS epoch */ in adfs_unix2adfs_time()
/kernel/linux/linux-6.6/fs/adfs/
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()

12345678910>>...12