Searched refs:memchr_inv (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/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.1.27/mm/ |
D | debug-pagealloc.c | 86 start = memchr_inv(mem, PAGE_POISON, bytes); in check_poison_mem()
|
D | vmstat.c | 1412 if (memchr_inv(p->vm_stat_diff, 0, NR_VM_ZONE_STAT_ITEMS)) in need_update()
|
D | slub.c | 702 fault = memchr_inv(start, value, bytes); in check_bytes_and_report() 797 fault = memchr_inv(end - remainder, POISON_INUSE, remainder); in slab_pad_check()
|
/linux-4.1.27/include/linux/ |
D | string.h | 113 void *memchr_inv(const void *s, int c, size_t n);
|
/linux-4.1.27/lib/ |
D | string.c | 807 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv() function 851 EXPORT_SYMBOL(memchr_inv);
|
/linux-4.1.27/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.1.27/crypto/async_tx/ |
D | async_xor.c | 238 return !memchr_inv(page_address(p) + offset, 0, len); in page_is_zero()
|
/linux-4.1.27/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.1.27/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.1.27/kernel/bpf/ |
D | syscall.c | 81 memchr_inv((void *) &attr->CMD##_LAST_FIELD + \
|
/linux-4.1.27/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.1.27/security/integrity/ima/ |
D | ima_policy.c | 626 if (memchr_inv(entry->fsuuid, 0x00, in ima_parse_rule()
|
/linux-4.1.27/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.1.27/drivers/gpu/drm/ |
D | drm_edid.c | 1033 if (memchr_inv(in_edid, 0, length)) in drm_edid_is_zero()
|