/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | verifier_log.c | 28 char filler[1024]; member 125 memset(logs.filler, 'A', sizeof(logs.filler)); in verif_log_subtest() 126 logs.filler[sizeof(logs.filler) - 1] = '\0'; in verif_log_subtest() 168 if (!ASSERT_STREQ(logs.buf + i, logs.filler + i, op_name)) { in verif_log_subtest() 170 strcmp(logs.buf + i, logs.filler + i), in verif_log_subtest() 171 logs.buf + i, logs.filler + i); in verif_log_subtest() 329 memset(logs.filler, 'A', sizeof(logs.filler)); in verif_btf_log_subtest() 330 logs.filler[sizeof(logs.filler) - 1] = '\0'; in verif_btf_log_subtest() 353 if (!ASSERT_STREQ(logs.buf + i, logs.filler + i, op_name)) { in verif_btf_log_subtest() 355 strcmp(logs.buf + i, logs.filler + i), in verif_btf_log_subtest() [all …]
|
/linux/tools/testing/selftests/memfd/ |
H A D | fuse_mnt.c | 47 fuse_fill_dir_t filler, in memfd_readdir() argument 54 filler(buf, ".", NULL, 0); in memfd_readdir() 55 filler(buf, "..", NULL, 0); in memfd_readdir() 56 filler(buf, memfd_path + 1, NULL, 0); in memfd_readdir()
|
/linux/net/batman-adv/ |
H A D | multicast_forw.c | 714 u8 *filler; in batadv_mcast_forw_shrink_fill() local 721 filler = slot + ETH_ALEN; in batadv_mcast_forw_shrink_fill() 724 batadv_mcast_forw_tracker_for_each_dest(filler, num_dests_filler) { in batadv_mcast_forw_shrink_fill() 725 if (is_zero_ether_addr(filler)) in batadv_mcast_forw_shrink_fill() 728 ether_addr_copy(slot, filler); in batadv_mcast_forw_shrink_fill() 729 eth_zero_addr(filler); in batadv_mcast_forw_shrink_fill()
|
/linux/drivers/net/ethernet/netronome/nfp/bpf/ |
H A D | cmsg.c | 265 bool blocker, filler; in nfp_bpf_ctrl_op_cache_put() local 268 filler = nfp_bpf_ctrl_op_cache_fill(op); in nfp_bpf_ctrl_op_cache_put() 269 if (blocker || filler) { in nfp_bpf_ctrl_op_cache_put() 272 if (filler) in nfp_bpf_ctrl_op_cache_put() 280 if (filler && !nfp_map->cache_blockers && in nfp_bpf_ctrl_op_cache_put()
|
/linux/net/rxrpc/ |
H A D | txbuf.c | 93 u8 *filler; in rxrpc_alloc_ack_txbuf() local 117 filler = buf + sizeof(*whdr) + sizeof(*ack) + 1; in rxrpc_alloc_ack_txbuf() 138 txb->kvec[2].iov_base = filler; in rxrpc_alloc_ack_txbuf()
|
H A D | output.c | 89 u8 *filler = txb->kvec[2].iov_base; in rxrpc_fill_out_ack() local 108 filler[0] = 0; in rxrpc_fill_out_ack() 109 filler[1] = 0; in rxrpc_fill_out_ack() 110 filler[2] = 0; in rxrpc_fill_out_ack()
|
/linux/include/linux/ |
H A D | flat.h | 40 __u32 filler[5]; /* Reservered, set to zero */ member
|
H A D | pagemap.h | 994 filler_t *filler, struct file *file); 998 filler_t *filler, struct file *file);
|
/linux/mm/ |
H A D | filemap.c | 2367 error = filler(file, folio); in filemap_read_folio() 3777 pgoff_t index, filler_t filler, struct file *file, gfp_t gfp) in do_read_cache_folio() argument 3782 if (!filler) in do_read_cache_folio() 3783 filler = mapping->a_ops->read_folio; in do_read_cache_folio() 3801 goto filler; in do_read_cache_folio() 3824 filler: in do_read_cache_folio() 3825 err = filemap_read_folio(file, filler, folio); in do_read_cache_folio() 3855 filler_t filler, struct file *file) in read_cache_folio() argument 3857 return do_read_cache_folio(mapping, index, filler, file, in read_cache_folio() 3898 pgoff_t index, filler_t *filler, struct file *file) in read_cache_page() argument [all …]
|
/linux/arch/alpha/lib/ |
H A D | ev6-memset.S | 139 addq $5, 8, $4 # E : Initial wh64 address (filler instruction) 317 addq $5, 8, $4 # E : Initial wh64 address (filler instruction) 505 addq $5, 8, $4 # E : Initial wh64 address (filler instruction)
|
/linux/arch/powerpc/kernel/ |
H A D | smp-tbsync.c | 29 int filler[2]; member
|
/linux/arch/sparc/include/asm/ |
H A D | openprom.h | 139 int filler[15]; member
|
/linux/drivers/net/ethernet/brocade/bna/ |
H A D | bfa_defs_cna.h | 184 u8 filler[2]; member
|
/linux/arch/m68k/include/asm/ |
H A D | openprom.h | 242 int filler[15]; member
|
/linux/sound/pci/echoaudio/ |
H A D | echoaudio_dsp.h | 691 u8 filler[24]; /* filler 0xb88 24*1 */ member
|
/linux/drivers/media/platform/allegro-dvt/ |
H A D | allegro-mail.h | 249 s32 filler; member
|
H A D | allegro-mail.c | 428 msg->filler = src[i++]; in allegro_dec_encode_frame()
|
/linux/drivers/net/wan/ |
H A D | hd64572.h | 174 unsigned char filler[5]; /* alignment filler (16 bytes) */ member
|
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | smu71_discrete.h | 594 uint32_t filler[4]; member
|
/linux/drivers/scsi/qla4xxx/ |
H A D | ql4_fw.h | 937 uint8_t filler[2]; /* 06-07 */ member
|
/linux/drivers/scsi/bfa/ |
H A D | bfa_defs_svc.h | 1380 u8 filler[2]; member
|
/linux/Documentation/usb/ |
H A D | usbmon.rst | 173 packet was present, but not captured, and the fields contain filler.
|
/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | counters.rst | 353 - The number of filler CQEs events that were issued on ring i. 357 - The number of strides consumed by filler CQEs on ring i.
|
/linux/Documentation/input/devices/ |
H A D | atarikbd.rst | 365 0x00 ; filler
|
/linux/Documentation/netlabel/ |
H A D | draft-ietf-cipso-ipsecurity-01.txt | 288 filler octets will not be required.
|