/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_script.c | 36 const char *i_name, *i_sep, *i_arg, *i_end, *buf_end; in load_script() local
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_script.c | 36 const char *i_name, *i_sep, *i_arg, *i_end, *buf_end; in load_script() local
|
/kernel/linux/linux-5.10/tools/vm/ |
H A D | page_owner_sort.c | 35 char *curr = buf, *const buf_end = buf + buf_size; in read_block() local
|
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/ |
H A D | tw5864-h264.c | 26 u8 *buf_end; /* pointer to buffer end */ member
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | log.c | 91 u32 buf_start, buf_end, new_n; in bpf_verifier_vlog() local [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/ |
H A D | tw5864-h264.c | 26 u8 *buf_end; /* pointer to buffer end */ member
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/ |
H A D | dtl.c | 44 struct dtl_entry *buf_end; member
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/ |
H A D | dtl.c | 54 struct dtl_entry *buf_end; member
|
/kernel/linux/linux-5.10/sound/usb/line6/ |
H A D | playback.c | 30 __le16 *p, *buf_end; in change_volume() local 43 unsigned char *p, *buf_end; in change_volume() local 115 __le16 *pi, *po, *buf_end; in add_monitor_signal() local
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | xlated_dumper.c | 354 void dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, in dump_xlated_for_graph() argument
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | attr.c | 315 char *buf_end; in xchk_xattr_block() local 242 xchk_xattr_entry( struct xchk_da_btree *ds, int level, char *buf_end, struct xfs_attr_leafblock *leaf, struct xfs_attr3_icleaf_hdr *leafhdr, struct xfs_attr_leaf_entry *ent, int idx, unsigned int *usedbytes, __u32 *last_hashval) xchk_xattr_entry() argument
|
/kernel/linux/linux-5.10/drivers/staging/comedi/ |
H A D | comedi_buf.c | 380 unsigned int buf_end; in comedi_buf_munge() local
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | attr.c | 377 char *buf_end; in xchk_xattr_block() local 304 xchk_xattr_entry( struct xchk_da_btree *ds, int level, char *buf_end, struct xfs_attr_leafblock *leaf, struct xfs_attr3_icleaf_hdr *leafhdr, struct xfs_attr_leaf_entry *ent, int idx, unsigned int *usedbytes, __u32 *last_hashval) xchk_xattr_entry() argument
|
/kernel/linux/linux-6.6/drivers/comedi/ |
H A D | comedi_buf.c | 380 unsigned int buf_end; in comedi_buf_munge() local
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | xlated_dumper.c | 367 void dump_xlated_for_graph(struct dump_data *dd, void *buf_start, void *buf_end, in dump_xlated_for_graph() argument
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A D | playback.c | 30 __le16 *p, *buf_end; in change_volume() local 43 unsigned char *p, *buf_end; in change_volume() local 115 __le16 *pi, *po, *buf_end; in add_monitor_signal() local
|
/kernel/linux/linux-5.10/lib/ |
H A D | kobject_uevent.c | 99 static const char *action_arg_word_end(const char *buf, const char *buf_end, in action_arg_word_end() argument 118 const char *next, *buf_end, *key; in kobject_action_args() local [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | kobject_uevent.c | 99 static const char *action_arg_word_end(const char *buf, const char *buf_end, in action_arg_word_end() argument 118 const char *next, *buf_end, *key; in kobject_action_args() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/via/ |
H A D | via_verifier.c | 239 eat_words(const uint32_t **buf, const uint32_t *buf_end, unsigned num_words) in eat_words() argument 521 via_check_prim_list(uint32_t const **buffer, const uint32_t * buf_end, in via_check_prim_list() argument 625 via_check_header2(uint32_t const **buffer, const uint32_t *buf_end, in via_check_header2() argument 717 via_parse_header2(drm_via_private_t *dev_priv, uint32_t const **buffer, const uint32_t *buf_end, int *fire_count) via_parse_header2() argument 784 verify_video_tail(uint32_t const **buffer, const uint32_t * buf_end, uint32_t dwords) verify_video_tail() argument 804 via_check_header1(uint32_t const **buffer, const uint32_t * buf_end) via_check_header1() argument 836 via_parse_header1(drm_via_private_t *dev_priv, uint32_t const **buffer, const uint32_t *buf_end) via_parse_header1() argument 854 via_check_vheader5(uint32_t const **buffer, const uint32_t *buf_end) via_check_vheader5() argument 887 via_parse_vheader5(drm_via_private_t *dev_priv, uint32_t const **buffer, const uint32_t *buf_end) via_parse_vheader5() argument 905 via_check_vheader6(uint32_t const **buffer, const uint32_t * buf_end) via_check_vheader6() argument 942 via_parse_vheader6(drm_via_private_t *dev_priv, uint32_t const **buffer, const uint32_t *buf_end) via_parse_vheader6() argument 971 const uint32_t *buf_end = buf + (size >> 2); via_verify_command_stream() local 1045 const uint32_t *buf_end = buf + (size >> 2); via_parse_command_stream() local [all...] |
/kernel/linux/linux-6.6/io_uring/ |
H A D | rsrc.c | 1066 u64 buf_end; in io_import_fixed() local
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | s3c-fb.c | 93 unsigned short buf_end; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | s3c-fb.c | 94 unsigned short buf_end; member
|
/kernel/linux/linux-6.6/tools/mm/ |
H A D | page_owner_sort.c | 105 char *curr = buf, *const buf_end = buf + buf_size; in read_block() local
|
/kernel/linux/linux-5.10/sound/usb/ |
H A D | midi.c | 742 int pos, end, count, buf_end; in snd_usbmidi_akai_output() local
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 299 char *buf_end; in xfs_attr3_leaf_verify() local 236 xfs_attr3_leaf_verify_entry( struct xfs_mount *mp, char *buf_end, struct xfs_attr_leafblock *leaf, struct xfs_attr3_icleaf_hdr *leafhdr, struct xfs_attr_leaf_entry *ent, int idx, __u32 *last_hashval) xfs_attr3_leaf_verify_entry() argument
|