Lines Matching refs:v
556 static void *single_next(struct seq_file *p, void *v, loff_t *pos) in single_next() argument
562 static void single_stop(struct seq_file *p, void *v) in single_stop() argument
743 unsigned long long v, unsigned int width) in seq_put_hex_ll() argument
756 if (v == 0) in seq_put_hex_ll()
759 len = (sizeof(v) * 8 - __builtin_clzll(v) + 3) / 4; in seq_put_hex_ll()
770 m->buf[m->count + i] = hex_asc[0xf & v]; in seq_put_hex_ll()
771 v = v >> 4; in seq_put_hex_ll()
917 struct list_head *seq_list_next(void *v, struct list_head *head, loff_t *ppos) in seq_list_next() argument
921 lh = ((struct list_head *)v)->next; in seq_list_next()
970 struct hlist_node *seq_hlist_next(void *v, struct hlist_head *head, in seq_hlist_next() argument
973 struct hlist_node *node = v; in seq_hlist_next()
976 if (v == SEQ_START_TOKEN) in seq_hlist_next()
1040 struct hlist_node *seq_hlist_next_rcu(void *v, in seq_hlist_next_rcu() argument
1044 struct hlist_node *node = v; in seq_hlist_next_rcu()
1047 if (v == SEQ_START_TOKEN) in seq_hlist_next_rcu()
1087 seq_hlist_next_percpu(void *v, struct hlist_head __percpu *head, in seq_hlist_next_percpu() argument
1090 struct hlist_node *node = v; in seq_hlist_next_percpu()