Searched defs:btp (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_dir2_block.c | 190 struct xfs_dir2_block_tail *btp, in xfs_dir2_block_need_space() 303 struct xfs_dir2_block_tail *btp, in xfs_dir2_block_compact() 356 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_block_addname() local 601 xfs_dir2_block_tail_t *btp; in xfs_dir2_block_log_leaf() local 618 xfs_dir2_block_tail_t *btp; in xfs_dir2_block_log_tail() local 636 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_block_lookup() local 684 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_block_lookup_int() local 784 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_block_removename() local 865 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_block_replace() local 929 xfs_dir2_block_tail_t *btp; /* block tail */ in xfs_dir2_leaf_to_block() local [all …]
|
D | xfs_dir2_data.c | 104 xfs_dir2_block_tail_t *btp=NULL; /* block tail */ in __xfs_dir3_data_check() local
|
D | xfs_dir2_sf.c | 174 xfs_dir2_block_tail_t *btp; /* tail area of the block */ in xfs_dir2_block_sfsize() local
|
D | xfs_dir2_leaf.c | 391 xfs_dir2_block_tail_t *btp; /* block's tail */ in xfs_dir2_block_to_leaf() local
|
D | xfs_da_format.h | 538 xfs_dir2_block_leaf_p(struct xfs_dir2_block_tail *btp) in xfs_dir2_block_leaf_p()
|
/linux-6.6.21/fs/xfs/ |
D | xfs_buf.c | 518 struct xfs_buftarg *btp, in xfs_buf_map_verify() 609 struct xfs_buftarg *btp, in xfs_buf_find_insert() 678 struct xfs_buftarg *btp, in xfs_buf_get_map() 1815 struct xfs_buftarg *btp) in xfs_buftarg_wait() 1836 struct xfs_buftarg *btp) in xfs_buftarg_drain() 1916 struct xfs_buftarg *btp = container_of(shrink, in xfs_buftarg_shrink_scan() local 1939 struct xfs_buftarg *btp = container_of(shrink, in xfs_buftarg_shrink_count() local 1946 struct xfs_buftarg *btp) in xfs_free_buftarg() 1965 xfs_buftarg_t *btp, in xfs_setsize_buftarg() 1993 xfs_buftarg_t *btp, in xfs_setsize_buftarg_early() [all …]
|
/linux-6.6.21/include/linux/ |
D | nmi.h | 234 static inline void nmi_backtrace_stall_snap(const struct cpumask *btp) {} in nmi_backtrace_stall_snap() 235 static inline void nmi_backtrace_stall_check(const struct cpumask *btp) {} in nmi_backtrace_stall_check()
|
D | trace_events.h | 790 static inline int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_register() 794 static inline int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *p) in bpf_probe_unregister() 802 static inline void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint()
|
/linux-6.6.21/arch/x86/kernel/ |
D | nmi.c | 591 void nmi_backtrace_stall_snap(const struct cpumask *btp) in nmi_backtrace_stall_snap() 605 void nmi_backtrace_stall_check(const struct cpumask *btp) in nmi_backtrace_stall_check()
|
/linux-6.6.21/kernel/trace/ |
D | bpf_trace.c | 58 struct bpf_raw_event_map *btp, *ret = NULL; in bpf_get_raw_tracepoint_module() local 2280 struct bpf_raw_event_map *btp = __start__bpf_raw_tp; in bpf_get_raw_tracepoint() local 2290 void bpf_put_raw_tracepoint(struct bpf_raw_event_map *btp) in bpf_put_raw_tracepoint() 2360 static int __bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in __bpf_probe_register() 2378 int bpf_probe_register(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_register() 2383 int bpf_probe_unregister(struct bpf_raw_event_map *btp, struct bpf_prog *prog) in bpf_probe_unregister()
|
/linux-6.6.21/kernel/bpf/ |
D | syscall.c | 3311 struct bpf_raw_event_map *btp; member 3617 struct bpf_raw_event_map *btp; in bpf_raw_tp_link_attach() local 4843 struct bpf_raw_event_map *btp = raw_tp->btp; in bpf_task_fd_query() local
|