Searched refs:show_map (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/proc/ |
D | task_nommu.c | 208 static int show_map(struct seq_file *m, void *_p, int is_pid) in show_map() function 218 return show_map(m, _p, 1); in show_pid_map() 223 return show_map(m, _p, 0); in show_tid_map()
|
D | task_mmu.c | 363 static int show_map(struct seq_file *m, void *v, int is_pid) in show_map() function 372 return show_map(m, v, 1); in show_pid_map() 377 return show_map(m, v, 0); in show_tid_map()
|
/linux-4.1.27/drivers/input/misc/ |
D | yealink.c | 570 static ssize_t show_map(struct device *dev, struct device_attribute *attr, in show_map() function 780 static DEVICE_ATTR(map_seg7 , _M664, show_map , store_map );
|