Home
last modified time | relevance | path

Searched refs:stamp (Results 101 - 125 of 232) sorted by relevance

12345678910

/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dicswx.h154 } stamp; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dicswx.h154 } stamp; member
/kernel/linux/linux-5.10/include/net/
H A Dinet_frag.h69 * @stamp: timestamp of the last received fragment
89 ktime_t stamp; member
/kernel/linux/linux-6.6/include/net/
H A Dinet_frag.h76 * @stamp: timestamp of the last received fragment
79 * @mono_delivery_time: stamp has a mono delivery time (EDT)
97 ktime_t stamp; member
/third_party/curl/packages/OS400/
H A Dccsidcurl.h46 CURL_EXTERN curl_version_info_data *curl_version_info_ccsid(CURLversion stamp,
/third_party/mesa3d/src/gbm/backends/dri/
H A Dgbm_driint.h101 uint32_t *stamp,
/kernel/linux/linux-5.10/security/tomoyo/
H A Dcommon.c2362 struct tomoyo_time stamp; in tomoyo_read_stat() local
2364 tomoyo_convert_time(tomoyo_stat_modified[i], &stamp); in tomoyo_read_stat()
2366 stamp.year, stamp.month, stamp.day, in tomoyo_read_stat()
2367 stamp.hour, stamp.min, stamp.sec); in tomoyo_read_stat()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dcommon.c2354 struct tomoyo_time stamp; in tomoyo_read_stat() local
2356 tomoyo_convert_time(tomoyo_stat_modified[i], &stamp); in tomoyo_read_stat()
2358 stamp.year, stamp.month, stamp.day, in tomoyo_read_stat()
2359 stamp.hour, stamp.min, stamp.sec); in tomoyo_read_stat()
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h312 * Atomic stamp which changes when framebuffers need to be updated.
314 int32_t stamp; member
/third_party/node/deps/v8/src/date/
H A Ddate.h37 // Sentinel that denotes an invalid cache stamp.
38 // It is an invariant of DateCache that cache stamp is non-negative.
48 // Clears cached timezone information and increments the cache stamp.
155 // Cache stamp is used for invalidating caches in JSDate.
156 // We increment the stamp each time when the timezone information changes.
157 // JSDate objects perform stamp check and invalidate their caches if
158 // their saved stamp is not equal to the current stamp.
159 Smi stamp() { return stamp_; } in stamp() function in v8::internal::DateCache
/third_party/python/Lib/turtledemo/
H A Dpenrose.py104 stamp()
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c546 static size_t build_udp_sync_packet(pa_raop_client *c, uint32_t stamp, uint32_t **packet) { in build_udp_sync_packet() argument
560 stamp -= delay; in build_udp_sync_packet()
561 buffer[1] = htonl(stamp); in build_udp_sync_packet()
566 stamp += delay; in build_udp_sync_packet()
567 buffer[4] = htonl(stamp); in build_udp_sync_packet()
573 static ssize_t send_udp_sync_packet(pa_raop_client *c, uint32_t stamp) { in send_udp_sync_packet() argument
578 size = build_udp_sync_packet(c, stamp, &packet); in send_udp_sync_packet()
/kernel/linux/linux-5.10/net/ieee802154/6lowpan/
H A Dreassembly.c132 fq->q.stamp = skb->tstamp; in lowpan_frag_queue()
176 skb->tstamp = fq->q.stamp; in lowpan_frag_reasm()
/kernel/linux/linux-6.6/net/ieee802154/6lowpan/
H A Dreassembly.c132 fq->q.stamp = skb->tstamp; in lowpan_frag_queue()
177 skb->tstamp = fq->q.stamp; in lowpan_frag_reasm()
/third_party/curl/lib/
H A Dversion.c572 curl_version_info_data *curl_version_info(CURLversion stamp) in curl_version_info() argument
595 (void)stamp; /* avoid compiler warnings, we don't use this */ in curl_version_info()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_drawable.c70 * dPriv->dri2.stamp is the server stamp. dPriv->lastStamp is the in dri_st_framebuffer_validate()
71 * client stamp. It has the value of the server stamp when last in dri_st_framebuffer_validate()
179 p_atomic_set(&drawable->base.stamp, 1); in dri_create_buffer()
554 p_atomic_inc(&drawable->base.stamp); in dri_flush()
/third_party/libdrm/tests/ttmtest/src/
H A Dxf86dri.c459 unsigned int *index, unsigned int *stamp, in uniDRIGetDrawableInfo()
487 *stamp = rep.drawableTableStamp; in uniDRIGetDrawableInfo()
458 uniDRIGetDrawableInfo(Display * dpy, int screen, Drawable drawable, unsigned int *index, unsigned int *stamp, int *X, int *Y, int *W, int *H, int *numClipRects, drm_clip_rect_t ** pClipRects, int *backX, int *backY, int *numBackClipRects, drm_clip_rect_t ** pBackClipRects) uniDRIGetDrawableInfo() argument
/kernel/linux/linux-5.10/include/linux/
H A Dskbuff.h407 * @hwtstamp: hardware time stamp transformed into duration
425 /* generate hardware time stamp */
428 /* generate software time stamp when queueing packet to NIC */
431 /* device driver is going to provide hardware time stamp */
447 /* generate software time stamp when entering packet scheduling */
3703 * @skb: skb to get stamp from
3704 * @stamp: pointer to struct __kernel_old_timeval to store stamp in
3708 * it in stamp.
3711 struct __kernel_old_timeval *stamp) in skb_get_timestamp()
3710 skb_get_timestamp(const struct sk_buff *skb, struct __kernel_old_timeval *stamp) skb_get_timestamp() argument
3716 skb_get_new_timestamp(const struct sk_buff *skb, struct __kernel_sock_timeval *stamp) skb_get_new_timestamp() argument
3725 skb_get_timestampns(const struct sk_buff *skb, struct __kernel_old_timespec *stamp) skb_get_timestampns() argument
3734 skb_get_new_timestampns(const struct sk_buff *skb, struct __kernel_timespec *stamp) skb_get_new_timestampns() argument
[all...]
/kernel/linux/linux-6.6/include/linux/
H A Dskbuff.h445 * @hwtstamp: hardware time stamp transformed into duration
448 * reference to actual hardware time stamp
468 /* generate hardware time stamp */
471 /* generate software time stamp when queueing packet to NIC */
474 /* device driver is going to provide hardware time stamp */
477 /* generate hardware time stamp based on cycles if supported */
483 /* determine hardware time stamp based on time or cycles */
486 /* generate software time stamp when entering packet scheduling */
4118 * @skb: skb to get stamp from
4119 * @stamp
4125 skb_get_timestamp(const struct sk_buff *skb, struct __kernel_old_timeval *stamp) skb_get_timestamp() argument
4131 skb_get_new_timestamp(const struct sk_buff *skb, struct __kernel_sock_timeval *stamp) skb_get_new_timestamp() argument
4140 skb_get_timestampns(const struct sk_buff *skb, struct __kernel_old_timespec *stamp) skb_get_timestampns() argument
4149 skb_get_new_timestampns(const struct sk_buff *skb, struct __kernel_timespec *stamp) skb_get_new_timestampns() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/can/
H A Dti_hecc.c109 #define HECC_CANMOTS 0x80 /* Message object time stamp */
681 u32 mbxno, mbx_mask, int_status, err_status, stamp; in ti_hecc_interrupt() local
757 stamp = hecc_read_stamp(priv, mbxno); in ti_hecc_interrupt()
760 mbxno, stamp); in ti_hecc_interrupt()
/kernel/linux/linux-6.6/drivers/net/can/
H A Dti_hecc.c99 #define HECC_CANMOTS 0x80 /* Message object time stamp */
672 u32 mbxno, mbx_mask, int_status, err_status, stamp; in ti_hecc_interrupt() local
748 stamp = hecc_read_stamp(priv, mbxno); in ti_hecc_interrupt()
751 mbxno, stamp, NULL); in ti_hecc_interrupt()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c678 vl_dri3_screen_set_next_timestamp(struct vl_screen *vscreen, uint64_t stamp) in vl_dri3_screen_set_next_timestamp() argument
684 if (stamp && scrn->last_ust && scrn->ns_frame && scrn->last_msc) in vl_dri3_screen_set_next_timestamp()
685 scrn->next_msc = ((int64_t)stamp - scrn->last_ust + scrn->ns_frame/2) / in vl_dri3_screen_set_next_timestamp()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c235 __be32 stamp = cpu_to_be32(STAMP_VAL | (!!owner << STAMP_SHIFT)); in mlx4_en_stamp_wqe() local
248 *ptr = stamp; in mlx4_en_stamp_wqe()
255 *ptr = stamp; in mlx4_en_stamp_wqe()
259 stamp ^= cpu_to_be32(0x80000000); in mlx4_en_stamp_wqe()
/kernel/linux/linux-5.10/net/ipv4/
H A Dicmp.c234 u32 stamp; member
256 delta = min_t(u32, now - READ_ONCE(icmp_global.stamp), HZ); in icmp_global_allow()
262 delta = min_t(u32, now - icmp_global.stamp, HZ); in icmp_global_allow()
266 WRITE_ONCE(icmp_global.stamp, now); in icmp_global_allow()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c240 __be32 stamp = cpu_to_be32(STAMP_VAL | (!!owner << STAMP_SHIFT)); in mlx4_en_stamp_wqe() local
253 *ptr = stamp; in mlx4_en_stamp_wqe()
260 *ptr = stamp; in mlx4_en_stamp_wqe()
264 stamp ^= cpu_to_be32(0x80000000); in mlx4_en_stamp_wqe()

Completed in 38 milliseconds

12345678910