Home
last modified time | relevance | path

Searched refs:j (Results 1 – 10 of 10) sorted by relevance

/include/linux/
A Dtimer.h175 unsigned long __round_jiffies_relative(unsigned long j, int cpu);
176 unsigned long round_jiffies(unsigned long j);
177 unsigned long round_jiffies_relative(unsigned long j);
179 unsigned long __round_jiffies_up_relative(unsigned long j, int cpu);
180 unsigned long round_jiffies_up(unsigned long j);
181 unsigned long round_jiffies_up_relative(unsigned long j);
A Djbd2.h1290 #define jbd2_might_wait_for_commit(j) \ argument
1311 return (jbd2_format_support_feature(j) && \
1312 ((j)->j_superblock->s_feature_compat & \
1317 (j)->j_superblock->s_feature_compat |= \
1322 (j)->j_superblock->s_feature_compat &= \
1329 return (jbd2_format_support_feature(j) && \
1335 (j)->j_superblock->s_feature_ro_compat |= \
1340 (j)->j_superblock->s_feature_ro_compat &= \
1347 return (jbd2_format_support_feature(j) && \
1353 (j)->j_superblock->s_feature_incompat |= \
[all …]
A Dtpm_eventlog.h174 int j; in __calc_tpm2_event_size() local
248 for (j = 0; j < efispecid->num_algs; j++) { in __calc_tpm2_event_size()
249 if (halg == efispecid->digest_sizes[j].alg_id) { in __calc_tpm2_event_size()
251 efispecid->digest_sizes[j].digest_size; in __calc_tpm2_event_size()
256 if (j == efispecid->num_algs) { in __calc_tpm2_event_size()
A Djiffies.h437 extern unsigned int jiffies_to_msecs(const unsigned long j);
438 extern unsigned int jiffies_to_usecs(const unsigned long j);
446 static inline u64 jiffies_to_nsecs(const unsigned long j) in jiffies_to_nsecs() argument
448 return (u64)jiffies_to_usecs(j) * NSEC_PER_USEC; in jiffies_to_nsecs()
451 extern u64 jiffies64_to_nsecs(u64 j);
452 extern u64 jiffies64_to_msecs(u64 j);
A Dfb.h634 u32 i, j; in __fb_pad_aligned_buffer() local
640 for (j = 0; j < s_pitch; j++) in __fb_pad_aligned_buffer()
A Dnetdevice.h3998 static inline bool netif_attr_test_mask(unsigned long j, in netif_attr_test_mask() argument
4002 cpu_max_bits_warn(j, nr_bits); in netif_attr_test_mask()
4003 return test_bit(j, mask); in netif_attr_test_mask()
4014 static inline bool netif_attr_test_online(unsigned long j, in netif_attr_test_online() argument
4018 cpu_max_bits_warn(j, nr_bits); in netif_attr_test_online()
4021 return test_bit(j, online_mask); in netif_attr_test_online()
4023 return (j < nr_bits); in netif_attr_test_online()
/include/uapi/linux/
A Dmap_to_14segment.h107 #define _SEG14(sym, a, b, c, d, e, f, g1, g2, h, j, k, l, m, n) \ argument
112 h << BIT_SEG14_H | j << BIT_SEG14_I | \
/include/sound/
A Dsimple_card_utils.h262 int j; in simple_util_debug_info() local
267 for_each_prop_dai_cpu(props, j, dai) in simple_util_debug_info()
270 for_each_prop_dai_codec(props, j, dai) in simple_util_debug_info()
285 for_each_prop_codec_conf(props, j, cnf) in simple_util_debug_info()
/include/net/libeth/
A Dxdp.h550 for (u32 j = 0; j < LIBETH_XDP_TX_BATCH; j++) in libeth_xdp_tx_xmit_bulk() local
551 xmit(fill(bulk[i + j], base + j, &sq, priv), in libeth_xdp_tx_xmit_bulk()
552 base + j, &sq, priv); in libeth_xdp_tx_xmit_bulk()
/include/drm/
A Ddrm_edid.h133 u8 j; /* need to divide by 2 */ member

Completed in 50 milliseconds