Searched defs:jiffies (Results 1 - 4 of 4) sorted by relevance

/include/linux/raid/
H A Dpq.h128 # define jiffies raid6_jiffies() macro
/include/linux/
H A Dnfs_fs.h79 unsigned long jiffies; member in struct:nfs_access_entry
151 * jiffies - read_cache_jiffies >= attrtimeo
/include/net/
H A Dnetlink.h6 #include <linux/jiffies.h>
103 * nla_put_msecs(skb, type, jiffies) add msecs attribute to skb
113 * NLA_PUT_MSECS(skb, type, jiffies) add msecs attribute to skb
822 * @jiffies: number of msecs in jiffies
825 unsigned long jiffies)
827 u64 tmp = jiffies_to_msecs(jiffies);
882 #define NLA_PUT_MSECS(skb, attrtype, jiffies) \
883 NLA_PUT_U64(skb, attrtype, jiffies_to_msecs(jiffies))
978 * Returns the number of milliseconds in jiffies
824 nla_put_msecs(struct sk_buff *skb, int attrtype, unsigned long jiffies) argument
[all...]
H A Dmac80211.h555 unsigned long jiffies; member in union:ieee80211_tx_info::__anon1560::__anon1561::__anon1562
3140 * @delay: number of jiffies to wait before queueing

Completed in 113 milliseconds