Searched refs:read_int (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/alsa/ |
| H A D | mixer-test.c | 483 long long orig_int, read_int; in show_values() local 490 read_int = snd_ctl_elem_value_get_boolean(read_val, i); in show_values() 495 read_int = snd_ctl_elem_value_get_integer(read_val, i); in show_values() 501 read_int = snd_ctl_elem_value_get_integer64(read_val, in show_values() 508 read_int = snd_ctl_elem_value_get_enumerated(read_val, in show_values() 517 ctl->name, i, orig_int, read_int, in show_values() 526 long long expected_int, read_int; in show_mismatch() local 533 read_int = 0; in show_mismatch() 539 read_int = snd_ctl_elem_value_get_boolean(read_val, index); in show_mismatch() 545 read_int = snd_ctl_elem_value_get_integer(read_val, index); in show_mismatch() [all …]
|
| /linux/tools/testing/selftests/cgroup/ |
| H A D | test_zswap.c | 24 static int read_int(const char *path, size_t *value) in read_int() 53 return read_int("/proc/sys/vm/min_free_kbytes", value); in get_cg_wb_count() 58 return read_int("/sys/kernel/debug/zswap/stored_pages", value); in get_zswpout() 16 static int read_int(const char *path, size_t *value) read_int() function
|
| /linux/tools/sched_ext/ |
| H A D | scx_show_state.py | 18 def read_int(name): function
|
| /linux/lib/ |
| H A D | decompress_unlzma.c | 44 static long long INIT read_int(unsigned char *ptr, int size) in read_int() function 55 x = (typeof(x))read_int((unsigned char *)&x, sizeof(x))
|