/kernel/linux/linux-6.6/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() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/memfd/ |
H A D | fuse_mnt.c | 47 fuse_fill_dir_t filler, in memfd_readdir() 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() 45 memfd_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset, struct fuse_file_info *fi) memfd_readdir() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/memfd/ |
H A D | fuse_mnt.c | 47 fuse_fill_dir_t filler, in memfd_readdir() 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() 45 memfd_readdir(const char *path, void *buf, fuse_fill_dir_t filler, off_t offset, struct fuse_file_info *fi) memfd_readdir() argument
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | visorbus.h | 97 * @filler: Pad out to 128 byte cacheline. 123 u8 filler[1]; member 154 * @filler: Pad out to 64 byte cacheline. 178 u8 filler[12]; member
|
H A D | flat.h | 40 __u32 filler[5]; /* Reservered, set to zero */ member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | flat.h | 27 unsigned long filler[5]; member
|
H A D | cyclades.h | 251 __u32 filler[7]; member 265 __u32 filler[5]; member 284 __u32 filler[6]; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | cyclades.h | 413 __u32 filler[7]; member 434 __u32 filler[5]; /* filler to align structures */ member 464 /* filler so the structures are aligned */ 465 __u32 filler[6]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | cyclades.h | 263 __u32 filler[7]; member 277 __u32 filler[5]; member 290 __u32 filler[6]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | cyclades.h | 263 __u32 filler[7]; member 277 __u32 filler[5]; member 290 __u32 filler[6]; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | flat.h | 40 __u32 filler[5]; /* Reservered, set to zero */ member
|
/kernel/linux/linux-6.6/mm/ |
H A D | filemap.c | 2365 static int filemap_read_folio(struct file *file, filler_t filler, in filemap_read_folio() argument 2382 error = filler(file, folio); in filemap_read_folio() 3705 pgoff_t index, filler_t filler, struct file *file, gfp_t gfp) in do_read_cache_folio() 3710 if (!filler) in do_read_cache_folio() 3711 filler = mapping->a_ops->read_folio; in do_read_cache_folio() 3727 goto filler; in do_read_cache_folio() 3750 filler: in do_read_cache_folio() 3751 err = filemap_read_folio(file, filler, folio); in do_read_cache_folio() 3768 * @filler: Function to perform the read, or NULL to use aops->read_folio(). 3769 * @file: Passed to filler functio 3704 do_read_cache_folio(struct address_space *mapping, pgoff_t index, filler_t filler, struct file *file, gfp_t gfp) do_read_cache_folio() argument 3780 read_cache_folio(struct address_space *mapping, pgoff_t index, filler_t filler, struct file *file) read_cache_folio() argument 3812 do_read_cache_page(struct address_space *mapping, pgoff_t index, filler_t *filler, struct file *file, gfp_t gfp) do_read_cache_page() argument 3823 read_cache_page(struct address_space *mapping, pgoff_t index, filler_t *filler, struct file *file) read_cache_page() argument [all...] |
/kernel/linux/linux-5.10/arch/ia64/include/asm/sn/ |
H A D | sn_sal.h | 87 filler : 16; member
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/sn/ |
H A D | sn_sal.h | 87 filler : 16; member
|
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | connection.c | 134 .filler = hs_fill_crypto_data, 140 .filler = hs_fill_case_sense_data, 146 .filler = hs_fill_feature_data, 152 .filler = hs_fill_feature_data, 205 if (s_hs_extend_reg[i].filler) in hs_fill_extend_data() 206 s_hs_extend_reg[i].filler(conn_impl, ops, in hs_fill_extend_data()
|
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | connection.c | 134 .filler = hs_fill_crypto_data, 140 .filler = hs_fill_case_sense_data, 146 .filler = hs_fill_feature_data, 152 .filler = hs_fill_feature_data, 205 if (s_hs_extend_reg[i].filler) in hs_fill_extend_data() 206 s_hs_extend_reg[i].filler(conn_impl, ops, in hs_fill_extend_data()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | smp-tbsync.c | 29 int filler[2]; member
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | smp-tbsync.c | 29 int filler[2]; member
|
/kernel/linux/linux-5.10/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)
|
/kernel/linux/linux-6.6/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)
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | openprom.h | 242 int filler[15]; member
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | openprom.h | 139 int filler[15]; member
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | openprom.h | 242 int filler[15]; member
|