Searched refs:bzero (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/tools/perf/tests/ |
D | bpf.c | 63 bzero(&parse_error, sizeof(parse_error)); in do_test() 64 bzero(&parse_evlist, sizeof(parse_evlist)); in do_test()
|
/linux-4.4.14/tools/lib/bpf/ |
D | bpf.c | 65 bzero(&attr, sizeof(attr)); in bpf_load_program()
|
D | libbpf.c | 245 bzero(prog, sizeof(*prog)); in bpf_program__init()
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | userfaultfd.c | 124 bzero(&rand, sizeof(rand)); in locking_thread() 125 bzero(&randstate, sizeof(randstate)); in locking_thread() 495 bzero(zeropage, page_size); in userfaultfd_stress()
|
/linux-4.4.14/drivers/usb/wusbcore/ |
D | crypto.c | 212 const u8 bzero[16] = { 0 }; in wusb_ccm_mac() local 259 sg_set_buf(&sg[3], bzero, zero_padding); in wusb_ccm_mac()
|
/linux-4.4.14/arch/arc/lib/ |
D | memset.S | 55 ; adjust bzero args to memset args
|
/linux-4.4.14/include/uapi/linux/ |
D | mroute6.h | 63 #define IF_ZERO(p) bzero(p, sizeof(*(p)))
|
/linux-4.4.14/scripts/kconfig/ |
D | nconf.c | 486 bzero(curses_menu_items, sizeof(curses_menu_items)); in clean_items() 487 bzero(k_menu_items, sizeof(k_menu_items)); in clean_items() 530 bzero(&k_menu_items[items_num], sizeof(k_menu_items[0])); in item_make() 1029 bzero(state->pattern, sizeof(state->pattern)); in do_match() 1057 bzero(state->pattern, sizeof(state->pattern)); in do_match()
|
D | gconf.c | 86 bzero(buf, 256); in dbg_sym_flags() 1049 bzero(row, sizeof(row)); in fill_row()
|
/linux-4.4.14/arch/sparc/lib/ |
D | Makefile | 19 lib-$(CONFIG_SPARC64) += copy_page.o clear_page.o bzero.o
|
/linux-4.4.14/tools/perf/bench/ |
D | numa.c | 355 bzero(buf, bytes); in alloc_data() 730 bzero(data, bytes); in do_work() 755 bzero(data + start, (end-start) * sizeof(u64)); in do_work()
|
/linux-4.4.14/tools/perf/ |
D | builtin-lock.c | 727 bzero(cut_name, 20); in print_result()
|