Home
last modified time | relevance | path

Searched refs:bp (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dhw_breakpoint.h32 static inline unsigned long hw_breakpoint_addr(struct perf_event *bp) in hw_breakpoint_addr() argument
34 return bp->attr.bp_addr; in hw_breakpoint_addr()
37 static inline int hw_breakpoint_type(struct perf_event *bp) in hw_breakpoint_type() argument
39 return bp->attr.bp_type; in hw_breakpoint_type()
42 static inline unsigned long hw_breakpoint_len(struct perf_event *bp) in hw_breakpoint_len() argument
44 return bp->attr.bp_len; in hw_breakpoint_len()
55 modify_user_hw_breakpoint(struct perf_event *bp, struct perf_event_attr *attr);
57 modify_user_hw_breakpoint_check(struct perf_event *bp, struct perf_event_attr *attr,
74 extern int register_perf_hw_breakpoint(struct perf_event *bp);
75 extern int __register_perf_hw_breakpoint(struct perf_event *bp);
[all …]
Ddm-bufio.h56 struct dm_buffer **bp);
63 struct dm_buffer **bp);
70 struct dm_buffer **bp);
Dhdlcdrv.h117 unsigned char *bp; member
140 unsigned char *bp; member
/include/scsi/
Dscsi_common.h67 int scsi_set_sense_field_pointer(u8 *buf, int buf_len, u16 fp, u8 bp, bool cd);
/include/net/sctp/
Dcommand.h119 struct sctp_bind_addr *bp; member
160 SCTP_ARG_CONSTRUCTOR(BA, struct sctp_bind_addr *, bp) in SCTP_ARG_CONSTRUCTOR()
Dstructs.h1181 int sctp_bind_addr_state(const struct sctp_bind_addr *bp,
1185 union sctp_addr *sctp_find_unmatch_addr(struct sctp_bind_addr *bp,
1189 union sctp_params sctp_bind_addrs_to_raw(const struct sctp_bind_addr *bp,
1192 int sctp_raw_to_bind_addrs(struct sctp_bind_addr *bp, __u8 *raw, int len,
Dsm.h173 const struct sctp_bind_addr *bp,