Searched refs:memchr_inv (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_icache.h | 90 if (memchr_inv(&src->pad32, 0, sizeof(src->pad32)) || in xfs_fs_eofblocks_from_user() 91 memchr_inv(src->pad64, 0, sizeof(src->pad64))) in xfs_fs_eofblocks_from_user()
|
/linux-4.4.14/mm/ |
D | debug-pagealloc.c | 86 start = memchr_inv(mem, PAGE_POISON, bytes); in check_poison_mem()
|
D | vmstat.c | 1436 if (memchr_inv(p->vm_stat_diff, 0, NR_VM_ZONE_STAT_ITEMS)) in need_update()
|
D | slub.c | 704 fault = memchr_inv(start, value, bytes); in check_bytes_and_report() 799 fault = memchr_inv(end - remainder, POISON_INUSE, remainder); in slab_pad_check()
|
/linux-4.4.14/include/linux/ |
D | string.h | 116 void *memchr_inv(const void *s, int c, size_t n);
|
/linux-4.4.14/lib/ |
D | string.c | 896 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv() function 940 EXPORT_SYMBOL(memchr_inv);
|
D | test_printf.c | 64 if (memchr_inv(test_buffer, FILL_CHAR, BUF_SIZE)) { in do_test()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | nvram.c | 303 if (memchr_inv(base, 0xff, NVRAM_SIZE)) { in sm_erase_bank() 383 if (memchr_inv(base, 0xff, NVRAM_SIZE)) { in amd_erase_bank()
|
/linux-4.4.14/crypto/async_tx/ |
D | async_xor.c | 238 return !memchr_inv(page_address(p) + offset, 0, len); in page_is_zero()
|
/linux-4.4.14/fs/logfs/ |
D | dev_mtd.c | 246 if (memchr_inv(buf, 0xff, super->s_writesize)) in logfs_mtd_can_write_buf()
|
D | gc.c | 155 if (!memchr_inv(&oh, 0xff, sizeof(oh))) in logfs_gc_segment()
|
/linux-4.4.14/arch/x86/mm/ |
D | init_64.c | 846 if (!memchr_inv(page_addr, PAGE_INUSE, PAGE_SIZE)) { in remove_pte_table() 894 if (!memchr_inv(page_addr, PAGE_INUSE, in remove_pmd_table() 950 if (!memchr_inv(page_addr, PAGE_INUSE, in remove_pud_table()
|
/linux-4.4.14/drivers/isdn/mISDN/ |
D | l1oip_core.c | 1125 if (!memchr_inv(skb->data, 0xff, l)) { in handle_bmsg() 1136 if (!memchr_inv(skb->data, 0x2a, l)) { in handle_bmsg()
|
/linux-4.4.14/kernel/bpf/ |
D | syscall.c | 128 memchr_inv((void *) &attr->CMD##_LAST_FIELD + \
|
/linux-4.4.14/security/integrity/ima/ |
D | ima_policy.c | 626 if (memchr_inv(entry->fsuuid, 0x00, in ima_parse_rule()
|
/linux-4.4.14/net/sched/ |
D | cls_flower.c | 558 if (!memchr_inv(mask, 0, len)) in fl_dump_key_val()
|
/linux-4.4.14/fs/gfs2/ |
D | lock_dlm.c | 488 return !memchr_inv(lvb + JID_BITMAP_OFFSET, 0, in all_jid_bits_clear()
|
D | rgrp.c | 380 ptr = memchr_inv(start, 0, bytes); in gfs2_free_extlen()
|
/linux-4.4.14/drivers/gpu/drm/ |
D | drm_edid.c | 1065 if (memchr_inv(in_edid, 0, length)) in drm_edid_is_zero()
|