/Linux-v5.4/net/ipv4/ |
D | xfrm4_protocol.c | 40 #define for_each_protocol_rcu(head, handler) \ argument 48 struct xfrm4_protocol *handler; in xfrm4_rcv_cb() local 65 struct xfrm4_protocol *handler; in xfrm4_rcv_encap() local 90 struct xfrm4_protocol *handler; in xfrm4_esp_rcv() local 106 struct xfrm4_protocol *handler; in xfrm4_esp_err() local 118 struct xfrm4_protocol *handler; in xfrm4_ah_rcv() local 134 struct xfrm4_protocol *handler; in xfrm4_ah_err() local 146 struct xfrm4_protocol *handler; in xfrm4_ipcomp_rcv() local 162 struct xfrm4_protocol *handler; in xfrm4_ipcomp_err() local 211 int xfrm4_protocol_register(struct xfrm4_protocol *handler, in xfrm4_protocol_register() [all …]
|
D | tunnel4.c | 31 int xfrm4_tunnel_register(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_register() 63 int xfrm4_tunnel_deregister(struct xfrm_tunnel *handler, unsigned short family) in xfrm4_tunnel_deregister() 90 #define for_each_tunnel_rcu(head, handler) \ argument 97 struct xfrm_tunnel *handler; in tunnel4_rcv() local 116 struct xfrm_tunnel *handler; in tunnel64_rcv() local 136 struct xfrm_tunnel *handler; in tunnelmpls4_rcv() local 155 struct xfrm_tunnel *handler; in tunnel4_err() local 167 struct xfrm_tunnel *handler; in tunnel64_err() local 180 struct xfrm_tunnel *handler; in tunnelmpls4_err() local
|
/Linux-v5.4/net/ipv6/ |
D | xfrm6_protocol.c | 40 #define for_each_protocol_rcu(head, handler) \ argument 48 struct xfrm6_protocol *handler; in xfrm6_rcv_cb() local 64 struct xfrm6_protocol *handler; in xfrm6_esp_rcv() local 81 struct xfrm6_protocol *handler; in xfrm6_esp_err() local 93 struct xfrm6_protocol *handler; in xfrm6_ah_rcv() local 110 struct xfrm6_protocol *handler; in xfrm6_ah_err() local 122 struct xfrm6_protocol *handler; in xfrm6_ipcomp_rcv() local 139 struct xfrm6_protocol *handler; in xfrm6_ipcomp_err() local 185 int xfrm6_protocol_register(struct xfrm6_protocol *handler, in xfrm6_protocol_register() 232 int xfrm6_protocol_deregister(struct xfrm6_protocol *handler, in xfrm6_protocol_deregister()
|
D | tunnel6.c | 26 int xfrm6_tunnel_register(struct xfrm6_tunnel *handler, unsigned short family) in xfrm6_tunnel_register() 57 int xfrm6_tunnel_deregister(struct xfrm6_tunnel *handler, unsigned short family) in xfrm6_tunnel_deregister() 84 #define for_each_tunnel_rcu(head, handler) \ argument 91 struct xfrm6_tunnel *handler; in tunnel6_rcv() local 109 struct xfrm6_tunnel *handler; in tunnel46_rcv() local 128 struct xfrm6_tunnel *handler; in tunnel6_err() local 140 struct xfrm6_tunnel *handler; in tunnel46_err() local
|
/Linux-v5.4/arch/mips/lib/ |
D | memcpy.S | 115 #define EXC(insn, type, reg, addr, handler) \ argument 149 #define LOAD(reg, addr, handler) EXC(ld, LD_INSN, reg, addr, handler) argument 150 #define LOADL(reg, addr, handler) EXC(ldl, LD_INSN, reg, addr, handler) argument 151 #define LOADR(reg, addr, handler) EXC(ldr, LD_INSN, reg, addr, handler) argument 152 #define STOREL(reg, addr, handler) EXC(sdl, ST_INSN, reg, addr, handler) argument 153 #define STORER(reg, addr, handler) EXC(sdr, ST_INSN, reg, addr, handler) argument 154 #define STORE(reg, addr, handler) EXC(sd, ST_INSN, reg, addr, handler) argument 186 #define LOAD(reg, addr, handler) EXC(lw, LD_INSN, reg, addr, handler) argument 187 #define LOADL(reg, addr, handler) EXC(lwl, LD_INSN, reg, addr, handler) argument 188 #define LOADR(reg, addr, handler) EXC(lwr, LD_INSN, reg, addr, handler) argument [all …]
|
D | csum_partial.S | 360 #define EXC(insn, type, reg, addr, handler) \ argument 386 #define LOAD(reg, addr, handler) EXC(ld, LD_INSN, reg, addr, handler) argument 387 #define LOADBU(reg, addr, handler) EXC(lbu, LD_INSN, reg, addr, handler) argument 388 #define LOADL(reg, addr, handler) EXC(ldl, LD_INSN, reg, addr, handler) argument 389 #define LOADR(reg, addr, handler) EXC(ldr, LD_INSN, reg, addr, handler) argument 390 #define STOREB(reg, addr, handler) EXC(sb, ST_INSN, reg, addr, handler) argument 391 #define STOREL(reg, addr, handler) EXC(sdl, ST_INSN, reg, addr, handler) argument 392 #define STORER(reg, addr, handler) EXC(sdr, ST_INSN, reg, addr, handler) argument 393 #define STORE(reg, addr, handler) EXC(sd, ST_INSN, reg, addr, handler) argument 406 #define LOAD(reg, addr, handler) EXC(lw, LD_INSN, reg, addr, handler) argument [all …]
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | mmu_rb.c | 98 struct mmu_rb_handler **handler) in hfi1_mmu_rb_register() 129 void hfi1_mmu_rb_unregister(struct mmu_rb_handler *handler) in hfi1_mmu_rb_unregister() 161 int hfi1_mmu_rb_insert(struct mmu_rb_handler *handler, in hfi1_mmu_rb_insert() 189 static struct mmu_rb_node *__mmu_rb_search(struct mmu_rb_handler *handler, in __mmu_rb_search() 212 bool hfi1_mmu_rb_remove_unless_exact(struct mmu_rb_handler *handler, in hfi1_mmu_rb_remove_unless_exact() 235 void hfi1_mmu_rb_evict(struct mmu_rb_handler *handler, void *evict_arg) in hfi1_mmu_rb_evict() 270 void hfi1_mmu_rb_remove(struct mmu_rb_handler *handler, in hfi1_mmu_rb_remove() 288 struct mmu_rb_handler *handler = in mmu_notifier_range_start() local 322 static void do_remove(struct mmu_rb_handler *handler, in do_remove() 341 struct mmu_rb_handler *handler = container_of(work, in handle_remove() local
|
/Linux-v5.4/arch/powerpc/sysdev/ |
D | pmi.c | 28 struct list_head handler; member 101 struct pmi_handler *handler; in pmi_notify_handlers() local 177 struct pmi_handler *handler, *tmp; in pmi_of_remove() local 240 int pmi_register_handler(struct pmi_handler *handler) in pmi_register_handler() 253 void pmi_unregister_handler(struct pmi_handler *handler) in pmi_unregister_handler()
|
/Linux-v5.4/fs/afs/ |
D | xattr.c | 40 static int afs_xattr_get_acl(const struct xattr_handler *handler, in afs_xattr_get_acl() 98 static int afs_xattr_set_acl(const struct xattr_handler *handler, in afs_xattr_set_acl() 163 static int afs_xattr_get_yfs(const struct xattr_handler *handler, in afs_xattr_get_yfs() 268 static int afs_xattr_set_yfs(const struct xattr_handler *handler, in afs_xattr_set_yfs() 334 static int afs_xattr_get_cell(const struct xattr_handler *handler, in afs_xattr_get_cell() 361 static int afs_xattr_get_fid(const struct xattr_handler *handler, in afs_xattr_get_fid() 397 static int afs_xattr_get_volume(const struct xattr_handler *handler, in afs_xattr_get_volume()
|
/Linux-v5.4/arch/m68k/atari/ |
D | stdma.c | 69 int stdma_try_lock(irq_handler_t handler, void *data) in stdma_try_lock() 104 void stdma_lock(irq_handler_t handler, void *data) in stdma_lock() 148 int stdma_is_locked_by(irq_handler_t handler) in stdma_is_locked_by()
|
/Linux-v5.4/drivers/input/rmi4/ |
D | rmi_bus.c | 148 struct rmi_function_handler *handler = to_rmi_function_handler(drv); in rmi_function_match() local 174 struct rmi_function_handler *handler) in rmi_create_function_irq() 205 struct rmi_function_handler *handler = in rmi_function_probe() local 229 struct rmi_function_handler *handler = in rmi_function_remove() local 296 int __rmi_register_function_handler(struct rmi_function_handler *handler, in __rmi_register_function_handler() 327 void rmi_unregister_function_handler(struct rmi_function_handler *handler) in rmi_unregister_function_handler()
|
/Linux-v5.4/drivers/irqchip/ |
D | irq-sifive-plic.c | 72 static inline void plic_toggle(struct plic_handler *handler, in plic_toggle() 93 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_toggle() local 139 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_irq_eoi() local 178 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_handle_irq() local 245 struct plic_handler *handler; in plic_init() local
|
/Linux-v5.4/drivers/soc/fsl/qbman/ |
D | qman_test_stash.c | 252 static inline int process_frame_data(struct hp_handler *handler, in process_frame_data() 280 struct hp_handler *handler = (struct hp_handler *)fq; in normal_dqrr() local 298 struct hp_handler *handler = (struct hp_handler *)fq; in special_dqrr() local 317 struct hp_handler *handler; in create_per_cpu_handlers() local 352 struct hp_handler *handler = list_entry(loop, struct hp_handler, in destroy_per_cpu_handlers() local 390 struct hp_handler *handler = h; in init_handler() local 445 struct hp_handler *handler; in init_phase2() local
|
/Linux-v5.4/drivers/acpi/acpica/ |
D | nsobject.c | 314 acpi_object_handler handler, void *data) in acpi_ns_attach_data() 371 acpi_object_handler handler) in acpi_ns_detach_data() 416 acpi_object_handler handler, void **data) in acpi_ns_get_attached_data()
|
/Linux-v5.4/drivers/media/rc/ |
D | rc-ir-raw.c | 24 struct ir_raw_handler *handler; in ir_raw_event_thread() local 247 struct ir_raw_handler *handler; in change_protocol() local 524 struct ir_raw_handler *handler; in ir_raw_encode_scancode() local 594 struct ir_raw_handler *handler; in ir_raw_encode_carrier() local 661 struct ir_raw_handler *handler; in ir_raw_event_unregister() local
|
/Linux-v5.4/fs/fuse/ |
D | xattr.c | 177 static int fuse_xattr_get(const struct xattr_handler *handler, in fuse_xattr_get() 184 static int fuse_xattr_set(const struct xattr_handler *handler, in fuse_xattr_set() 200 static int no_xattr_get(const struct xattr_handler *handler, in no_xattr_get() 207 static int no_xattr_set(const struct xattr_handler *handler, in no_xattr_set()
|
/Linux-v5.4/fs/jffs2/ |
D | xattr_user.c | 19 static int jffs2_user_getxattr(const struct xattr_handler *handler, in jffs2_user_getxattr() 27 static int jffs2_user_setxattr(const struct xattr_handler *handler, in jffs2_user_setxattr()
|
D | xattr_trusted.c | 19 static int jffs2_trusted_getxattr(const struct xattr_handler *handler, in jffs2_trusted_getxattr() 27 static int jffs2_trusted_setxattr(const struct xattr_handler *handler, in jffs2_trusted_setxattr()
|
/Linux-v5.4/fs/hfsplus/ |
D | xattr_trusted.c | 15 static int hfsplus_trusted_getxattr(const struct xattr_handler *handler, in hfsplus_trusted_getxattr() 24 static int hfsplus_trusted_setxattr(const struct xattr_handler *handler, in hfsplus_trusted_setxattr()
|
D | xattr_user.c | 15 static int hfsplus_user_getxattr(const struct xattr_handler *handler, in hfsplus_user_getxattr() 24 static int hfsplus_user_setxattr(const struct xattr_handler *handler, in hfsplus_user_setxattr()
|
/Linux-v5.4/fs/ext2/ |
D | xattr_trusted.c | 19 ext2_xattr_trusted_get(const struct xattr_handler *handler, in ext2_xattr_trusted_get() 28 ext2_xattr_trusted_set(const struct xattr_handler *handler, in ext2_xattr_trusted_set()
|
D | xattr_user.c | 21 ext2_xattr_user_get(const struct xattr_handler *handler, in ext2_xattr_user_get() 32 ext2_xattr_user_set(const struct xattr_handler *handler, in ext2_xattr_user_set()
|
/Linux-v5.4/fs/reiserfs/ |
D | xattr_trusted.c | 12 trusted_get(const struct xattr_handler *handler, struct dentry *unused, in trusted_get() 23 trusted_set(const struct xattr_handler *handler, struct dentry *unused, in trusted_set()
|
D | xattr_user.c | 11 user_get(const struct xattr_handler *handler, struct dentry *unused, in user_get() 21 user_set(const struct xattr_handler *handler, struct dentry *unused, in user_set()
|
/Linux-v5.4/fs/ext4/ |
D | xattr_trusted.c | 23 ext4_xattr_trusted_get(const struct xattr_handler *handler, in ext4_xattr_trusted_get() 32 ext4_xattr_trusted_set(const struct xattr_handler *handler, in ext4_xattr_trusted_set()
|