Searched refs:timestamp (Results 1 - 10 of 10) sorted by relevance

/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/
H A Dnss_log.h51 uint32_t timestamp; /* timestamp in ticks */ member in struct:nss_log_entry
H A Dnss_log.c274 rb->thread_num, rb->timestamp, rb->message);
/netgear-R7800-V1.0.2.28/include/
H A Ddepends.mk32 $(TOPDIR)/scripts/timestamp.pl $(DEP_FINDPARAMS) $(4) -n $(2) $(1) && { \
H A Dsubdir.mk62 @+$(SCRIPT_DIR)/timestamp.pl -n $$($(1)/stamp-$(3)) $(1) $(4) || \
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/files/drivers/net/ethernet/atheros/ag71xx/
H A Dag71xx_debugfs.c177 "desc", "next", "data", "ctrl", "timestamp");
199 ab->timestamp);
H A Dag71xx_main.c693 buf->timestamp = jiffies;
803 static bool ag71xx_check_dma_stuck(struct ag71xx *ag, unsigned long timestamp) argument
807 if (likely(time_before(jiffies, timestamp + HZ/10)))
845 if (unlikely(ag71xx_check_dma_stuck(ag, buf->timestamp))) {
H A Dag71xx.h96 unsigned long timestamp; member in struct:ag71xx_buf
/netgear-R7800-V1.0.2.28/scripts/
H A Dconfig.sub7 timestamp='2010-05-21'
76 GNU config.sub ($timestamp)
92 echo "$timestamp" ; exit ;;
1728 # time-stamp-start: "timestamp='"
H A Dconfig.guess7 timestamp='2010-04-03'
56 GNU config.guess ($timestamp)
73 echo "$timestamp" ; exit ;;
1459 This script, last modified $timestamp, has failed to recognize
1472 config.guess timestamp = $timestamp
1499 # time-stamp-start: "timestamp='"
/netgear-R7800-V1.0.2.28/target/linux/s3c24xx/files-2.6.30/drivers/ar6000/ar6000/
H A Dar6000_drv.c358 A_UINT32 timestamp; local
371 timestamp = DBGLOG_GET_TIMESTAMP(buffer[count]);
374 AR_DEBUG_PRINTF("%d %d (%d)\n", moduleid, debugid, timestamp);
379 timestamp, buffer[count+1]);
384 timestamp, buffer[count+1], buffer[count+2]);

Completed in 100 milliseconds