/linux-4.1.27/arch/x86/kernel/ |
D | step.c | 10 unsigned long convert_ip_to_linear(struct task_struct *child, struct pt_regs *regs) in convert_ip_to_linear() 52 static int is_setting_trap_flag(struct task_struct *child, struct pt_regs *regs) in is_setting_trap_flag() 106 static int enable_single_step(struct task_struct *child) in enable_single_step() 193 static void enable_step(struct task_struct *child, bool block) in enable_step() 208 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 213 void user_enable_block_step(struct task_struct *child) in user_enable_block_step() 218 void user_disable_single_step(struct task_struct *child) in user_disable_single_step()
|
D | ptrace.c | 413 static int putreg(struct task_struct *child, in putreg() 803 void ptrace_disable(struct task_struct *child) in ptrace_disable() 815 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() 950 static int putreg32(struct task_struct *child, unsigned regno, u32 value) in putreg32() 1020 static int getreg32(struct task_struct *child, unsigned regno, u32 *val) in getreg32() 1127 static long x32_arch_ptrace(struct task_struct *child, in x32_arch_ptrace() 1214 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
|
/linux-4.1.27/arch/xtensa/kernel/ |
D | ptrace.c | 33 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 38 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 47 void ptrace_disable(struct task_struct *child) in ptrace_disable() 52 int ptrace_getregs(struct task_struct *child, void __user *uregs) in ptrace_getregs() 78 int ptrace_setregs(struct task_struct *child, void __user *uregs) in ptrace_setregs() 127 int ptrace_getxregs(struct task_struct *child, void __user *uregs) in ptrace_getxregs() 151 int ptrace_setxregs(struct task_struct *child, void __user *uregs) in ptrace_setxregs() 177 int ptrace_peekusr(struct task_struct *child, long regno, long __user *ret) in ptrace_peekusr() 242 int ptrace_pokeusr(struct task_struct *child, long regno, long val) in ptrace_pokeusr() 270 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/arch/x86/um/ |
D | ptrace_32.c | 72 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg() 120 int poke_user(struct task_struct *child, long addr, long data) in poke_user() 139 unsigned long getreg(struct task_struct *child, int regno) in getreg() 173 int peek_user(struct task_struct *child, long addr, long data) in peek_user() 193 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs() 209 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs() 222 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs() 238 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs() 251 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
|
D | ptrace_64.c | 52 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg() 113 int poke_user(struct task_struct *child, long addr, long data) in poke_user() 132 unsigned long getreg(struct task_struct *child, int regno) in getreg() 176 int peek_user(struct task_struct *child, long addr, long data) in peek_user() 221 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs() 238 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs() 251 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()
|
D | tls_32.c | 312 int ptrace_set_thread_area(struct task_struct *child, int idx, in ptrace_set_thread_area() 351 int ptrace_get_thread_area(struct task_struct *child, int idx, in ptrace_get_thread_area()
|
/linux-4.1.27/drivers/pwm/ |
D | sysfs.c | 27 struct device child; member 31 static struct pwm_export *child_to_pwm_export(struct device *child) in child_to_pwm_export() 36 static struct pwm_device *child_to_pwm_device(struct device *child) in child_to_pwm_device() 43 static ssize_t pwm_period_show(struct device *child, in pwm_period_show() 52 static ssize_t pwm_period_store(struct device *child, in pwm_period_store() 69 static ssize_t pwm_duty_cycle_show(struct device *child, in pwm_duty_cycle_show() 78 static ssize_t pwm_duty_cycle_store(struct device *child, in pwm_duty_cycle_store() 95 static ssize_t pwm_enable_show(struct device *child, in pwm_enable_show() 105 static ssize_t pwm_enable_store(struct device *child, in pwm_enable_store() 131 static ssize_t pwm_polarity_show(struct device *child, in pwm_polarity_show() [all …]
|
/linux-4.1.27/arch/m32r/kernel/ |
D | ptrace.c | 216 check_condition_bit(struct task_struct *child) in check_condition_bit() 223 unsigned long regno2, struct task_struct *child) in check_condition_src() 257 struct task_struct *child) in compute_next_pc_for_16bit_insn() 360 struct task_struct *child) in compute_next_pc_for_32bit_insn() 419 unsigned long *next_pc, struct task_struct *child) in compute_next_pc() 428 register_debug_trap(struct task_struct *child, unsigned long next_pc, in register_debug_trap() 458 unregister_debug_trap(struct task_struct *child, unsigned long addr, in unregister_debug_trap() 490 unregister_all_debug_traps(struct task_struct *child) in unregister_all_debug_traps() 535 embed_debug_trap(struct task_struct *child, unsigned long next_pc) in embed_debug_trap() 571 init_debug_traps(struct task_struct *child) in init_debug_traps() [all …]
|
/linux-4.1.27/arch/score/kernel/ |
D | ptrace.c | 129 read_tsk_long(struct task_struct *child, in read_tsk_long() 140 read_tsk_short(struct task_struct *child, in read_tsk_short() 151 write_tsk_short(struct task_struct *child, in write_tsk_short() 162 write_tsk_long(struct task_struct *child, in write_tsk_long() 172 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 293 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 322 void ptrace_disable(struct task_struct *child) in ptrace_disable() 328 arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/arch/tile/kernel/ |
D | ptrace.c | 32 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 37 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 45 void ptrace_disable(struct task_struct *child) in ptrace_disable() 63 static char *getregs(struct task_struct *child, struct pt_regs *uregs) in getregs() 78 static void putregs(struct task_struct *child, struct pt_regs *uregs) in putregs() 150 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() 247 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
|
/linux-4.1.27/arch/m68k/kernel/ |
D | ptrace.c | 126 static inline void singlestep_disable(struct task_struct *child) in singlestep_disable() 136 void ptrace_disable(struct task_struct *child) in ptrace_disable() 141 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 149 void user_enable_block_step(struct task_struct *child) in user_enable_block_step() 156 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 161 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/kernel/ |
D | ptrace.c | 37 void __ptrace_link(struct task_struct *child, struct task_struct *new_parent) in __ptrace_link() 72 void __ptrace_unlink(struct task_struct *child) in __ptrace_unlink() 172 static int ptrace_check_attach(struct task_struct *child, bool ignore_state) in ptrace_check_attach() 480 static int ptrace_detach(struct task_struct *child, unsigned int data) in ptrace_detach() 575 static int ptrace_setoptions(struct task_struct *child, unsigned long data) in ptrace_setoptions() 591 static int ptrace_getsiginfo(struct task_struct *child, siginfo_t *info) in ptrace_getsiginfo() 607 static int ptrace_setsiginfo(struct task_struct *child, const siginfo_t *info) in ptrace_setsiginfo() 623 static int ptrace_peek_siginfo(struct task_struct *child, in ptrace_peek_siginfo() 719 static int ptrace_resume(struct task_struct *child, long request, in ptrace_resume() 822 int ptrace_request(struct task_struct *child, long request, in ptrace_request() [all …]
|
D | cgroup_freezer.c | 263 struct freezer *child = css_freezer(pos); in update_if_frozen() local
|
/linux-4.1.27/arch/um/kernel/ |
D | ptrace.c | 12 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 22 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 35 void ptrace_disable(struct task_struct *child) in ptrace_disable() 43 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | ptrace.c | 80 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 97 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 115 ptrace_disable(struct task_struct *child) in ptrace_disable() 126 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() 275 static int insn_size(struct task_struct *child, unsigned long pc) in insn_size() 311 static unsigned long get_pseudo_pc(struct task_struct *child) in get_pseudo_pc()
|
/linux-4.1.27/drivers/pci/ |
D | remove.c | 65 struct pci_dev *child, *tmp; in pci_stop_bus_device() local 85 struct pci_dev *child, *tmp; in pci_remove_bus_device() local 128 struct pci_dev *child, *tmp; in pci_stop_root_bus() local 146 struct pci_dev *child, *tmp; in pci_remove_root_bus() local
|
D | probe.c | 338 static void pci_read_bridge_io(struct pci_bus *child) in pci_read_bridge_io() 378 static void pci_read_bridge_mmio(struct pci_bus *child) in pci_read_bridge_mmio() 400 static void pci_read_bridge_mmio_pref(struct pci_bus *child) in pci_read_bridge_mmio_pref() 453 void pci_read_bridge_bases(struct pci_bus *child) in pci_read_bridge_bases() 670 struct pci_bus *child; in pci_alloc_child_bus() local 734 struct pci_bus *child; in pci_add_new_bus() local 769 struct pci_bus *child; in pci_scan_bridge() local
|
D | search.c | 108 struct pci_bus *child; in pci_do_find_bus() local
|
/linux-4.1.27/arch/mips/kernel/ |
D | ptrace.c | 74 void ptrace_disable(struct task_struct *child) in ptrace_disable() 85 static void ptrace_setfcr31(struct task_struct *child, u32 value) in ptrace_setfcr31() 101 int ptrace_getregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_getregs() 128 int ptrace_setregs(struct task_struct *child, struct user_pt_regs __user *data) in ptrace_setregs() 149 int ptrace_getfpregs(struct task_struct *child, __u32 __user *data) in ptrace_getfpregs() 172 int ptrace_setfpregs(struct task_struct *child, __u32 __user *data) in ptrace_setfpregs() 198 int ptrace_get_watch_regs(struct task_struct *child, in ptrace_get_watch_regs() 237 int ptrace_set_watch_regs(struct task_struct *child, in ptrace_set_watch_regs() 579 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
D | ptrace32.c | 42 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
|
/linux-4.1.27/arch/alpha/kernel/ |
D | ptrace.c | 175 ptrace_set_bpt(struct task_struct * child) in ptrace_set_bpt() 234 ptrace_cancel_bpt(struct task_struct * child) in ptrace_cancel_bpt() 252 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 258 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 268 void ptrace_disable(struct task_struct *child) in ptrace_disable() 273 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/arch/hexagon/kernel/ |
D | ptrace.c | 37 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 43 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 195 void ptrace_disable(struct task_struct *child) in ptrace_disable() 201 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/arch/x86/crypto/ |
D | fpu.c | 24 struct crypto_blkcipher *child; member 31 struct crypto_blkcipher *child = ctx->child; in crypto_fpu_setkey() local 49 struct crypto_blkcipher *child = ctx->child; in crypto_fpu_encrypt() local 68 struct crypto_blkcipher *child = ctx->child; in crypto_fpu_decrypt() local
|
D | ghash-clmulni-intel_glue.c | 178 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); in ghash_async_init() local 235 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); in ghash_async_digest() local 247 struct crypto_ahash *child = &ctx->cryptd_tfm->base; in ghash_async_setkey() local
|
/linux-4.1.27/crypto/ |
D | ecb.c | 22 struct crypto_cipher *child; member 29 struct crypto_cipher *child = ctx->child; in crypto_ecb_setkey() local 76 struct crypto_cipher *child = ctx->child; in crypto_ecb_encrypt() local 90 struct crypto_cipher *child = ctx->child; in crypto_ecb_decrypt() local
|
D | ctr.c | 25 struct crypto_cipher *child; member 29 struct crypto_ablkcipher *child; member 42 struct crypto_cipher *child = ctx->child; in crypto_ctr_setkey() local 134 struct crypto_cipher *child = ctx->child; in crypto_ctr_crypt() local 256 struct crypto_ablkcipher *child = ctx->child; in crypto_rfc3686_setkey() local 282 struct crypto_ablkcipher *child = ctx->child; in crypto_rfc3686_crypt() local
|
D | cryptd.c | 61 struct crypto_blkcipher *child; member 69 struct crypto_shash *child; member 78 struct crypto_aead *child; member 189 struct crypto_blkcipher *child = ctx->child; in cryptd_blkcipher_setkey() local 202 struct crypto_blkcipher *child, in cryptd_blkcipher_crypt() 234 struct crypto_blkcipher *child = ctx->child; in cryptd_blkcipher_encrypt() local 243 struct crypto_blkcipher *child = ctx->child; in cryptd_blkcipher_decrypt() local 424 struct crypto_shash *child = ctx->child; in cryptd_hash_setkey() local 453 struct crypto_shash *child = ctx->child; in cryptd_hash_init() local 553 struct crypto_shash *child = ctx->child; in cryptd_hash_digest() local [all …]
|
D | cbc.c | 23 struct crypto_cipher *child; member 30 struct crypto_cipher *child = ctx->child; in crypto_cbc_setkey() local 97 struct crypto_cipher *child = ctx->child; in crypto_cbc_encrypt() local 176 struct crypto_cipher *child = ctx->child; in crypto_cbc_decrypt() local
|
D | pcbc.c | 26 struct crypto_cipher *child; member 33 struct crypto_cipher *child = ctx->child; in crypto_pcbc_setkey() local 104 struct crypto_cipher *child = ctx->child; in crypto_pcbc_encrypt() local 184 struct crypto_cipher *child = ctx->child; in crypto_pcbc_decrypt() local
|
D | xts.c | 29 struct crypto_cipher *child; member 37 struct crypto_cipher *child = ctx->tweak; in setkey() local
|
D | cts.c | 54 struct crypto_blkcipher *child; member 61 struct crypto_blkcipher *child = ctx->child; in crypto_cts_setkey() local
|
D | lrw.c | 33 struct crypto_cipher *child; member 83 struct crypto_cipher *child = ctx->child; in setkey() local
|
D | ablk_helper.c | 41 struct crypto_ablkcipher *child = &ctx->cryptd_tfm->base; in ablk_set_key() local
|
D | mcryptd.c | 305 struct crypto_shash *child = ctx->child; in mcryptd_hash_setkey() local 338 struct crypto_shash *child = ctx->child; in mcryptd_hash_init() local 446 struct crypto_shash *child = ctx->child; in mcryptd_hash_digest() local
|
D | ccm.c | 35 struct crypto_aead *child; member 642 struct crypto_aead *child = ctx->child; in crypto_rfc4309_setkey() local 683 struct crypto_aead *child = ctx->child; in crypto_rfc4309_crypt() local
|
D | gcm.c | 36 struct crypto_aead *child; member 46 struct crypto_aead *child; member 862 struct crypto_aead *child = ctx->child; in crypto_rfc4106_setkey() local 903 struct crypto_aead *child = ctx->child; in crypto_rfc4106_crypt() local 1073 struct crypto_aead *child = ctx->child; in crypto_rfc4543_setkey() local
|
D | xcbc.c | 41 struct crypto_cipher *child; member
|
D | cmac.c | 34 struct crypto_cipher *child; member
|
/linux-4.1.27/arch/s390/kernel/ |
D | ptrace.c | 147 static inline unsigned long __peek_user_per(struct task_struct *child, in __peek_user_per() 197 static unsigned long __peek_user(struct task_struct *child, addr_t addr) in __peek_user() 275 peek_user(struct task_struct *child, addr_t addr, addr_t data) in peek_user() 294 static inline void __poke_user_per(struct task_struct *child, in __poke_user_per() 329 static int __poke_user(struct task_struct *child, addr_t addr, addr_t data) in __poke_user() 417 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user() 435 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() 534 static inline __u32 __peek_user_per_compat(struct task_struct *child, in __peek_user_per_compat() 576 static u32 __peek_user_compat(struct task_struct *child, addr_t addr) in __peek_user_compat() 652 static int peek_user_compat(struct task_struct *child, in peek_user_compat() [all …]
|
/linux-4.1.27/drivers/net/wireless/ti/wlcore/ |
D | spi.c | 86 static void wl12xx_spi_reset(struct device *child) in wl12xx_spi_reset() 114 static void wl12xx_spi_init(struct device *child) in wl12xx_spi_init() 168 static int wl12xx_spi_read_busy(struct device *child) in wl12xx_spi_read_busy() 203 static int __must_check wl12xx_spi_raw_read(struct device *child, int addr, in wl12xx_spi_raw_read() 270 static int __must_check wl12xx_spi_raw_write(struct device *child, int addr, in wl12xx_spi_raw_write()
|
D | sdio.c | 64 static void wl1271_sdio_set_block_size(struct device *child, in wl1271_sdio_set_block_size() 75 static int __must_check wl12xx_sdio_raw_read(struct device *child, int addr, in wl12xx_sdio_raw_read() 113 static int __must_check wl12xx_sdio_raw_write(struct device *child, int addr, in wl12xx_sdio_raw_write() 201 static int wl12xx_sdio_set_power(struct device *child, bool enable) in wl12xx_sdio_set_power()
|
/linux-4.1.27/fs/ |
D | pnode.c | 212 struct mount *child; in propagate_one() local 347 struct mount *m, *child; in propagate_mount_busy() local 380 struct mount *m, *child; in propagate_mount_unlock() local 404 struct mount *child = __lookup_mnt_last(&m->mnt, in mark_umount_candidates() local 426 struct mount *child = __lookup_mnt_last(&m->mnt, in __propagate_umount() local
|
/linux-4.1.27/drivers/of/ |
D | resolver.c | 32 struct device_node *child, *found; in __of_find_node_by_full_name() local 80 struct device_node *child; in __of_adjust_tree_phandles() local 214 struct device_node *child, *childtarget; in __of_adjust_tree_phandle_references() local 306 struct device_node *child, *childroot, *refnode; in of_resolve_phandles() local
|
D | overlay.c | 86 struct device_node *target, struct device_node *child) in of_overlay_apply_single_device_node() 133 struct device_node *child; in of_overlay_apply_one() local 413 struct device_node *child; in overlay_subtree_check() local
|
D | platform.c | 333 struct device_node *child; in of_platform_bus_create() local 390 struct device_node *child; in of_platform_bus_probe() local 440 struct device_node *child; in of_platform_populate() local
|
D | of_mdio.c | 43 static int of_mdiobus_register_phy(struct mii_bus *mdio, struct device_node *child, in of_mdiobus_register_phy() 123 struct device_node *child; in of_mdiobus_register() local
|
D | unittest.c | 201 struct device_node *child; in of_unittest_check_node_linkage() local 762 struct device_node *np, *child, *grandchild; in of_unittest_platform_populate() local 831 struct device_node *child; in update_node_properties() local 848 struct device_node *next, *dup, *child; in attach_node_and_children() local 1695 struct device_node *np = client->dev.of_node, *child; in unittest_i2c_mux_probe() local
|
D | base.c | 655 #define __for_each_child_of_node(parent, child) \ argument 726 struct device_node *child; in of_get_child_by_name() local 738 struct device_node *child; in __of_find_node_by_path() local 2081 struct device_node *child; in of_find_next_cache_node() local
|
D | irq.c | 55 struct device_node *of_irq_find_parent(struct device_node *child) in of_irq_find_parent()
|
/linux-4.1.27/arch/blackfin/kernel/ |
D | ptrace.c | 118 is_user_addr_valid(struct task_struct *child, unsigned long start, unsigned long len) in is_user_addr_valid() 231 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 239 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 247 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/arch/avr32/kernel/ |
D | ptrace.c | 52 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 62 void ptrace_disable(struct task_struct *child) in ptrace_disable() 149 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
D | ocd.c | 28 void ocd_enable(struct task_struct *child) in ocd_enable() 59 void ocd_disable(struct task_struct *child) in ocd_disable()
|
/linux-4.1.27/net/sched/ |
D | sch_red.c | 62 struct Qdisc *child = q->qdisc; in red_enqueue() local 116 struct Qdisc *child = q->qdisc; in red_dequeue() local 132 struct Qdisc *child = q->qdisc; in red_peek() local 140 struct Qdisc *child = q->qdisc; in red_drop() local 184 struct Qdisc *child = NULL; in red_change() local
|
D | sch_sfb.c | 283 struct Qdisc *child = q->qdisc; in sfb_enqueue() local 431 struct Qdisc *child = q->qdisc; in sfb_dequeue() local 448 struct Qdisc *child = q->qdisc; in sfb_peek() local 494 struct Qdisc *child; in sfb_change() local
|
D | sch_prio.c | 191 struct Qdisc *child = q->queues[i]; in prio_tune() local 202 struct Qdisc *child, *old; in prio_tune() local
|
D | sch_multiq.c | 219 struct Qdisc *child = q->queues[i]; in multiq_tune() local 230 struct Qdisc *child, *old; in multiq_tune() local
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | ptrace.c | 262 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 277 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 289 void ptrace_disable(struct task_struct *child) in ptrace_disable() 297 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/arch/frv/kernel/ |
D | ptrace.c | 241 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 246 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 251 void ptrace_disable(struct task_struct *child) in ptrace_disable() 256 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/tools/testing/selftests/ptrace/ |
D | peeksiginfo.c | 43 static int check_error_paths(pid_t child) in check_error_paths() 104 int check_direct_path(pid_t child, int shared, int nr) in check_direct_path() 156 pid_t child; in main() local
|
/linux-4.1.27/arch/microblaze/kernel/ |
D | ptrace.c | 77 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() 166 void ptrace_disable(struct task_struct *child) in ptrace_disable()
|
/linux-4.1.27/scripts/dtc/ |
D | livetree.c | 103 struct node *child; in build_node() local 259 void add_child(struct node *parent, struct node *child) in add_child() 289 struct node *child; in delete_node() local 436 struct node *child; in get_subnode() local 448 struct node *child; in get_node_by_path() local 473 struct node *child, *node; in get_node_by_label() local 493 struct node *child, *node; in get_node_by_phandle() local
|
D | dtc.c | 35 struct node *child; in fill_fullpaths() local
|
D | treesource.c | 239 struct node *child; in write_tree_source_node() local
|
/linux-4.1.27/arch/ia64/kernel/ |
D | ptrace.c | 402 ia64_peek (struct task_struct *child, struct switch_stack *child_stack, in ia64_peek() 464 ia64_poke (struct task_struct *child, struct switch_stack *child_stack, in ia64_poke() 507 ia64_get_user_rbs_end (struct task_struct *child, struct pt_regs *pt, in ia64_get_user_rbs_end() 535 ia64_sync_user_rbs (struct task_struct *child, struct switch_stack *sw, in ia64_sync_user_rbs() 554 ia64_sync_kernel_rbs (struct task_struct *child, struct switch_stack *sw, in ia64_sync_kernel_rbs() 627 ptrace_attach_sync_user_rbs (struct task_struct *child) in ptrace_attach_sync_user_rbs() 723 convert_to_non_syscall (struct task_struct *child, struct pt_regs *pt, in convert_to_non_syscall() 783 access_nat_bits (struct task_struct *child, struct pt_regs *pt, in access_nat_bits() 822 ptrace_getregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_getregs() 966 ptrace_setregs (struct task_struct *child, struct pt_all_user_regs __user *ppr) in ptrace_setregs() [all …]
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | ptrace.c | 64 ptrace_disable(struct task_struct *child) in ptrace_disable() 78 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/drivers/scsi/libsas/ |
D | sas_expander.c | 739 struct domain_device *child, in sas_ex_get_linkrate() 777 struct domain_device *child = NULL; in sas_ex_discover_end_dev() local 911 struct domain_device *child = NULL; in sas_ex_discover_expander() local 988 struct domain_device *child = NULL; in sas_ex_discover_dev() local 1129 struct domain_device *child; in sas_check_level_subtractive_boundary() local 1243 static void sas_print_parent_topology_bug(struct domain_device *child, in sas_print_parent_topology_bug() 1268 static int sas_check_eeds(struct domain_device *child, in sas_check_eeds() 1314 static int sas_check_parent_topology(struct domain_device *child) in sas_check_parent_topology() 1524 struct domain_device *child, in sas_configure_parent() 1865 struct domain_device *child, *n; in sas_unregister_ex_tree() local [all …]
|
/linux-4.1.27/fs/ceph/ |
D | export.c | 125 struct dentry *child, u64 ino) in __get_parent() 172 static struct dentry *ceph_get_parent(struct dentry *child) in ceph_get_parent() 206 struct dentry *child) in ceph_get_name()
|
D | snap.c | 408 struct ceph_snap_realm *child; in rebuild_snap_realms() local 603 struct ceph_snap_realm *child; in queue_realm_cap_snaps() local 929 struct ceph_snap_realm *child = in ceph_handle_snap() local
|
/linux-4.1.27/arch/sh/kernel/ |
D | ptrace_64.c | 130 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 139 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 386 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() 575 void ptrace_disable(struct task_struct *child) in ptrace_disable()
|
D | ptrace_32.c | 114 void user_enable_single_step(struct task_struct *child) in user_enable_single_step() 123 void user_disable_single_step(struct task_struct *child) in user_disable_single_step() 133 void ptrace_disable(struct task_struct *child) in ptrace_disable() 370 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | ptrace.c | 114 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace() 204 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
|
/linux-4.1.27/tools/perf/util/ |
D | callchain.c | 299 struct callchain_node *child; in __sort_chain_flat() local 328 struct callchain_node *child; in __sort_chain_graph_abs() local 356 struct callchain_node *child; in __sort_chain_graph_rel() local 420 struct callchain_node *child; in create_child() local 693 struct callchain_node *child; in merge_chain_branch() local 856 struct callchain_node *child; in free_callchain_node() local
|
D | probe-finder.h | 100 bool child; /* Search child scopes */ member
|
/linux-4.1.27/fs/ext4/ |
D | crypto_policy.c | 127 struct inode *child) in ext4_is_child_context_consistent_with_parent() 168 int ext4_inherit_context(struct inode *parent, struct inode *child) in ext4_inherit_context()
|
/linux-4.1.27/arch/unicore32/kernel/ |
D | ptrace.c | 56 void ptrace_disable(struct task_struct *child) in ptrace_disable() 87 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | ptrace.c | 1064 void ptrace_disable(struct task_struct *child) in ptrace_disable() 1071 static long set_instruction_bp(struct task_struct *child, in set_instruction_bp() 1159 static int del_instruction_bp(struct task_struct *child, int slot) in del_instruction_bp() 1214 static int set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in set_dac() 1274 static int del_dac(struct task_struct *child, int slot) in del_dac() 1315 static int set_dac_range(struct task_struct *child, in set_dac_range() 1369 static long ppc_set_hwdebug(struct task_struct *child, in ppc_set_hwdebug() 1477 static long ppc_del_hwdebug(struct task_struct *child, long data) in ppc_del_hwdebug() 1524 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
D | ptrace32.c | 47 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
|
D | pci_of_scan.c | 354 struct device_node *child; in __of_scan_bus() local
|
/linux-4.1.27/net/dccp/ |
D | minisocks.c | 144 struct sock *child = NULL; in dccp_check_req() local 211 int dccp_child_process(struct sock *parent, struct sock *child, in dccp_child_process()
|
/linux-4.1.27/arch/openrisc/kernel/ |
D | ptrace.c | 151 void ptrace_disable(struct task_struct *child) in ptrace_disable() 159 long arch_ptrace(struct task_struct *child, long request, unsigned long addr, in arch_ptrace()
|
/linux-4.1.27/include/linux/ |
D | ptrace.h | 84 static inline int ptrace_reparented(struct task_struct *child) in ptrace_reparented() 89 static inline void ptrace_unlink(struct task_struct *child) in ptrace_unlink() 195 static inline void ptrace_init_task(struct task_struct *child, bool ptrace) in ptrace_init_task()
|
D | of_graph.h | 38 #define for_each_endpoint_of_node(parent, child) \ argument
|
D | of_irq.h | 85 static inline void *of_irq_find_parent(struct device_node *child) in of_irq_find_parent()
|
D | rbtree_augmented.h | 140 struct rb_node *child = node->rb_right, *tmp = node->rb_left; in __rb_erase_augmented() local
|
D | of.h | 59 struct device_node *child; member 893 #define for_each_child_of_node(parent, child) \ argument 896 #define for_each_available_child_of_node(parent, child) \ argument 906 struct device_node *child; in of_get_child_count() local 917 struct device_node *child; in of_get_available_child_count() local
|
D | property.h | 66 #define device_for_each_child_node(dev, child) \ argument
|
D | sysctl.h | 111 struct ctl_table *child; /* Deprecated */ member
|
/linux-4.1.27/drivers/pci/pcie/ |
D | aspm.c | 128 struct pci_dev *child; in pcie_set_clkpm_nocheck() local 158 struct pci_dev *child; in pcie_clkpm_cap_init() local 188 struct pci_dev *child, *parent = link->pdev; in pcie_aspm_configure_common_clock() local 346 struct pci_dev *child, *parent = link->pdev; in pcie_aspm_cap_init() local 436 struct pci_dev *child, *parent = link->pdev; in pcie_config_aspm_link() local 484 struct pci_dev *child; in pcie_aspm_sanity_check() local 621 struct pci_dev *child; in pcie_update_aspm_capable() local
|
/linux-4.1.27/tools/lib/traceevent/ |
D | plugin_function.c | 59 static void add_child(struct func_stack *stack, const char *child, int pos) in add_child() 88 static int add_and_get_index(const char *parent, const char *child, int cpu) in add_and_get_index()
|
/linux-4.1.27/scripts/kconfig/ |
D | conf.c | 238 struct menu *child; in conf_choice() local 358 struct menu *child; in conf() local 423 struct menu *child; in check_conf() local
|
D | menu.c | 460 struct menu *child; in menu_is_empty() local 471 struct menu *child; in menu_is_visible() local
|
D | gconf.c | 1091 struct menu *child; in fill_row() local 1218 GtkTreeIter *child = &iter; in gtktree_iter_find_node() local 1338 struct menu *child; in display_tree() local 1428 struct menu *child; in fixup_rootmenu() local
|
D | mconf.c | 470 struct menu *child; in build_conf() local 803 struct menu *child; in conf_choice() local
|
D | kxgettext.c | 173 struct menu *child; in menu_build_message_list() local
|
/linux-4.1.27/arch/x86/pci/ |
D | i386.c | 234 struct pci_bus *child; in pcibios_allocate_bus_resources() local 309 struct pci_bus *child; in pcibios_allocate_resources() local 343 struct pci_bus *child; in pcibios_allocate_rom_resources() local
|
/linux-4.1.27/arch/c6x/kernel/ |
D | ptrace.c | 25 void ptrace_disable(struct task_struct *child) in ptrace_disable() 142 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-btree-remove.c | 136 struct child { struct 144 unsigned index, struct child *result) in init_child() argument 445 struct dm_block *child; in rebalance_children() local
|
/linux-4.1.27/arch/arm/crypto/ |
D | ghash-ce-glue.c | 164 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); in ghash_async_init() local 221 struct crypto_shash *child = cryptd_ahash_child(cryptd_tfm); in ghash_async_digest() local 233 struct crypto_ahash *child = &ctx->cryptd_tfm->base; in ghash_async_setkey() local
|
/linux-4.1.27/drivers/regulator/ |
D | of_regulator.c | 216 struct device_node *child; in of_regulator_match() local 276 struct device_node *search, *child; in regulator_of_get_init_data() local
|
D | mc13xxx-regulator-core.c | 168 struct device_node *parent, *child; in mc13xxx_parse_regulators_dt() local
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | fork_cleanup_test.c | 27 static int child(void) in child() function
|
/linux-4.1.27/arch/blackfin/include/asm/ |
D | ptrace.h | 19 #define ptrace_disable(child) user_disable_single_step(child) argument
|
/linux-4.1.27/arch/nios2/kernel/ |
D | ptrace.c | 141 void ptrace_disable(struct task_struct *child) in ptrace_disable() 146 long arch_ptrace(struct task_struct *child, long request, unsigned long addr, in arch_ptrace()
|
/linux-4.1.27/drivers/clk/ |
D | clk.c | 185 struct clk_core *child; in clk_summary_show_subtree() local 244 struct clk_core *child; in clk_dump_subtree() local 485 struct clk_core *child; in clk_unprepare_unused_subtree() local 511 struct clk_core *child; in clk_disable_unused_subtree() local 750 struct clk_core *child; in __clk_lookup_subtree() local 1275 struct clk_core *child; in __clk_recalc_accuracies() local 1350 struct clk_core *child; in __clk_recalc_rates() local 1568 struct clk_core *child; in __clk_speculate_rates() local 1599 struct clk_core *child; in clk_calc_subtree() local 1712 struct clk_core *child, *tmp_clk, *fail_clk = NULL; in clk_propagate_rate_change() local [all …]
|
/linux-4.1.27/include/linux/mfd/ |
D | smsc.h | 42 static inline int smsc_read(struct device *child, unsigned int reg, in smsc_read() 50 static inline int smsc_write(struct device *child, unsigned int reg, in smsc_write()
|
/linux-4.1.27/drivers/leds/ |
D | leds-pwm.c | 100 struct led_pwm *led, struct device_node *child) in led_pwm_add() 145 struct device_node *child; in led_pwm_create_of() local
|
D | leds-syscon.c | 73 struct device_node *child; in syscon_leds_spawn() local
|
D | leds-gpio.c | 170 struct fwnode_handle *child; in gpio_leds_create() local
|
D | leds-mc13783.c | 129 struct device_node *parent, *child; in mc13xxx_led_probe_dt() local
|
D | leds-ns2.c | 261 struct device_node *child; in ns2_leds_get_of_pdata() local
|
/linux-4.1.27/arch/arc/kernel/ |
D | ptrace.c | 137 void ptrace_disable(struct task_struct *child) in ptrace_disable() 141 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/fs/gfs2/ |
D | export.c | 89 struct dentry *child) in gfs2_get_name() 129 static struct dentry *gfs2_get_parent(struct dentry *child) in gfs2_get_parent()
|
/linux-4.1.27/arch/avr32/include/asm/ |
D | ptrace.h | 19 #define arch_ptrace_attach(child) ocd_enable(child) argument
|
/linux-4.1.27/drivers/thermal/ |
D | of-thermal.c | 459 struct device_node *np, *child, *sensor_np; in thermal_zone_of_sensor_register() local 727 struct device_node *child = NULL, *gchild; in thermal_of_build_thermal_zone() local 855 struct device_node *np, *child; in of_parse_thermal_zones() local 932 struct device_node *np, *child; in of_thermal_destroy_zones() local
|
/linux-4.1.27/tools/testing/selftests/mount/ |
D | unprivileged-remount-test.c | 184 pid_t child; in test_unpriv_remount() local 258 pid_t child; in test_priv_mount_unpriv_remount() local
|
/linux-4.1.27/arch/x86/um/asm/ |
D | ptrace.h | 69 static inline int ptrace_get_thread_area(struct task_struct *child, int idx, in ptrace_get_thread_area() 75 static inline int ptrace_set_thread_area(struct task_struct *child, int idx, in ptrace_set_thread_area()
|
/linux-4.1.27/fs/btrfs/ |
D | export.c | 153 static struct dentry *btrfs_get_parent(struct dentry *child) in btrfs_get_parent() 221 struct dentry *child) in btrfs_get_name()
|
/linux-4.1.27/arch/m32r/include/asm/ |
D | ptrace.h | 22 #define arch_ptrace_attach(child) \ argument
|
/linux-4.1.27/security/yama/ |
D | yama_lsm.c | 215 struct task_struct *child) in task_is_descendant() 282 int yama_ptrace_access_check(struct task_struct *child, in yama_ptrace_access_check()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | pci_dlpar.c | 41 struct pci_bus *child = NULL; in find_bus_among_children() local
|
D | reconfig.c | 101 struct device_node *parent, *child; in pSeries_reconfig_remove_node() local
|
/linux-4.1.27/drivers/acpi/acpica/ |
D | pstree.c | 274 union acpi_parse_object *child = NULL; in acpi_ps_get_child() local
|
D | dsfield.c | 292 union acpi_parse_object *child; in acpi_ds_get_field_names() local
|
/linux-4.1.27/net/ipv4/ |
D | tcp_minisocks.c | 563 struct sock *child; in tcp_check_req() local 805 int tcp_child_process(struct sock *parent, struct sock *child, in tcp_child_process()
|
D | tcp_fastopen.c | 134 struct sock *child; in tcp_fastopen_create_child() local
|
D | syncookies.c | 227 struct sock *child; in get_cookie_sock() local
|
/linux-4.1.27/security/apparmor/ |
D | apparmorfs.c | 354 struct aa_profile *child; in __aa_fs_profile_rmdir() local 403 struct aa_profile *child; in __aa_fs_profile_mkdir() local 480 struct aa_profile *child; in __aa_fs_namespace_rmdir() local 505 struct aa_profile *child; in __aa_fs_namespace_mkdir() local
|
/linux-4.1.27/arch/sparc/kernel/ |
D | ptrace_32.c | 38 void ptrace_disable(struct task_struct *child) in ptrace_disable() 340 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
D | ptrace_64.c | 54 void ptrace_disable(struct task_struct *child) in ptrace_disable() 863 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace() 974 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
D | of_device_common.c | 172 void of_bus_sbus_count_cells(struct device_node *child, int *addrc, int *sizec) in of_bus_sbus_count_cells()
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | dev.c | 135 struct pnfs_block_dev *child = &dev->children[i]; in bl_map_concat() local 152 struct pnfs_block_dev *child; in bl_map_stripe() local
|
/linux-4.1.27/drivers/acpi/ |
D | container.c | 49 struct acpi_device *child; in acpi_container_offline() local
|
D | scan.c | 606 struct acpi_device *child; in acpi_scan_bus_check() local 1483 struct acpi_device *child) in acpi_get_next_child() 2138 static int acpi_add_single_object(struct acpi_device **child, in acpi_add_single_object() 2461 struct acpi_device *child; in acpi_bus_attach() local 2572 struct acpi_device *child; in acpi_bus_trim() local
|
/linux-4.1.27/arch/arm/mach-mvebu/ |
D | mvebu-soc-id.c | 64 struct device_node *child; in get_soc_id_by_pci() local
|
/linux-4.1.27/drivers/i2c/busses/ |
D | i2c-pxa-pci.c | 25 struct device_node *child; in add_i2c_device() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/lov/ |
D | lovsub_lock.c | 274 struct cl_lock *child, struct lov_lock *lov) in lovsub_lock_delete_one() 384 struct cl_lock *child = slice->cls_lock; in lovsub_lock_delete() local
|
/linux-4.1.27/include/crypto/ |
D | vmac.h | 57 struct crypto_cipher *child; member
|
D | mcryptd.h | 42 struct crypto_shash *child; member
|
/linux-4.1.27/fs/exportfs/ |
D | expfs.c | 26 char *name, struct dentry *child) in exportfs_get_name() 270 static int get_name(const struct path *path, char *name, struct dentry *child) in get_name()
|
/linux-4.1.27/drivers/base/ |
D | property.c | 474 struct fwnode_handle *child) in device_get_next_child_node() 514 struct fwnode_handle *child; in device_get_child_node_count() local
|
/linux-4.1.27/drivers/phy/ |
D | phy-rockchip-usb.c | 98 struct device_node *child; in rockchip_usb_phy_probe() local
|
D | phy-berlin-sata.c | 193 struct device_node *child; in phy_berlin_sata_probe() local
|
/linux-4.1.27/fs/squashfs/ |
D | export.c | 111 static struct dentry *squashfs_get_parent(struct dentry *child) in squashfs_get_parent()
|
/linux-4.1.27/fs/efs/ |
D | namei.c | 109 struct dentry *efs_get_parent(struct dentry *child) in efs_get_parent()
|
/linux-4.1.27/fs/openpromfs/ |
D | inode.c | 182 struct device_node *dp, *child; in openpromfs_lookup() local 268 struct device_node *child; in openpromfs_readdir() local
|
/linux-4.1.27/drivers/hsi/controllers/ |
D | omap_ssi.c | 455 struct device_node *child; in ssi_of_get_available_ports_count() local 478 struct device_node *child; in ssi_probe() local
|
/linux-4.1.27/drivers/clk/ux500/ |
D | u8500_of_clk.c | 62 struct device_node *child = NULL; in u8500_of_clk_init() local
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | bootx.h | 42 u32 child; member
|
/linux-4.1.27/drivers/firewire/ |
D | core-topology.c | 186 struct fw_node *node, *child, *local_node, *irm_node; in build_tree() local 329 struct fw_node *node, *next, *child, *parent; in for_each_fw_node() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_export.c | 213 struct dentry *child) in xfs_fs_get_parent()
|
/linux-4.1.27/tools/perf/tests/ |
D | builtin-test.c | 204 int status, err = -1, child = fork(); in run_test() local
|
/linux-4.1.27/fs/ocfs2/ |
D | export.c | 145 static struct dentry *ocfs2_get_parent(struct dentry *child) in ocfs2_get_parent()
|
/linux-4.1.27/arch/ia64/include/asm/ |
D | ptrace.h | 144 #define arch_ptrace_attach(child) \ argument
|
/linux-4.1.27/drivers/misc/ |
D | sram.c | 62 struct device_node *np = pdev->dev.of_node, *child; in sram_probe() local
|
/linux-4.1.27/drivers/dma/ |
D | txx9dmac.c | 248 struct txx9dmac_desc *child; in txx9dmac_sync_desc_for_cpu() local 267 struct txx9dmac_desc *child; in txx9dmac_desc_put() local 508 struct txx9dmac_desc *child; in txx9dmac_handle_error() local 547 struct txx9dmac_desc *child; in txx9dmac_scan_descriptors() local
|
/linux-4.1.27/drivers/dma/dw/ |
D | core.c | 116 struct dw_desc *child; in dwc_desc_put() local 280 struct dw_desc *child; in dwc_descriptor_complete() local 348 struct dw_desc *child; in dwc_scan_descriptors() local 469 struct dw_desc *child; in dwc_handle_error() local
|
/linux-4.1.27/drivers/bus/ |
D | imx-weim.c | 144 struct device_node *child; in weim_parse_dt() local
|
/linux-4.1.27/drivers/i2c/muxes/ |
D | i2c-arb-gpio-challenge.c | 46 struct i2c_adapter *child; member
|
D | i2c-mux-gpio.c | 65 struct device_node *adapter_np, *child; in i2c_mux_gpio_probe_dt() local
|
/linux-4.1.27/fs/notify/ |
D | fsnotify.c | 67 struct dentry *child; in __fsnotify_update_child_dentry_flags() local
|
/linux-4.1.27/arch/metag/kernel/ |
D | ptrace.c | 375 void ptrace_disable(struct task_struct *child) in ptrace_disable() 380 long arch_ptrace(struct task_struct *child, long request, unsigned long addr, in arch_ptrace()
|
/linux-4.1.27/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 164 struct device_node *child, *node = dev->of_node; in adreno_bind() local
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | omapdss-boot-init.c | 190 struct device_node *dss, *child; in omapdss_boot_init() local
|
/linux-4.1.27/fs/isofs/ |
D | export.c | 43 static struct dentry *isofs_export_get_parent(struct dentry *child) in isofs_export_get_parent()
|
/linux-4.1.27/fs/ubifs/ |
D | tnc_misc.c | 185 struct ubifs_znode *child; in ubifs_tnc_postorder_first() local
|
/linux-4.1.27/fs/ext2/ |
D | dir.c | 367 struct qstr *child, struct page ** res_page) in ext2_find_entry() 443 ino_t ext2_inode_by_name(struct inode *dir, struct qstr *child) in ext2_inode_by_name()
|
D | namei.c | 79 struct dentry *ext2_get_parent(struct dentry *child) in ext2_get_parent()
|
/linux-4.1.27/drivers/memory/ |
D | omap-gpmc.c | 1781 struct device_node *child) in gpmc_probe_nand_child() 1864 struct device_node *child) in gpmc_probe_nand_child() 1872 struct device_node *child) in gpmc_probe_onenand_child() 1901 struct device_node *child) in gpmc_probe_onenand_child() 1916 struct device_node *child) in gpmc_probe_generic_child() 2040 struct device_node *child; in gpmc_probe_dt() local
|
D | jz4780-nemc.c | 271 struct device_node *child; in jz4780_nemc_probe() local
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-exynos.c | 44 struct device_node *child; in exynos_ohci_get_phy() local
|
D | ehci-exynos.c | 55 struct device_node *child; in exynos_ehci_get_phy() local
|
/linux-4.1.27/arch/powerpc/platforms/44x/ |
D | warp.c | 175 struct device_node *np, *child; in pika_setup_leds() local
|
/linux-4.1.27/drivers/input/keyboard/ |
D | gpio_keys_polled.c | 107 struct fwnode_handle *child; in gpio_keys_polled_get_devtree_pdata() local
|
/linux-4.1.27/drivers/i2c/ |
D | i2c-mux.c | 162 struct device_node *child; in i2c_add_mux_adapter() local
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | gct.h | 25 gct6_handle child; member
|
/linux-4.1.27/drivers/input/gameport/ |
D | gameport.c | 439 struct gameport *gameport, *child = NULL; in gameport_get_pending_child() local 587 struct gameport *child; in gameport_destroy_port() local
|
/linux-4.1.27/drivers/hid/ |
D | hid-elo.c | 185 struct usb_device *child = NULL; in elo_broken_firmware() local
|
/linux-4.1.27/sound/soc/fsl/ |
D | imx-audmux.c | 258 struct device_node *child; in imx_audmux_parse_dt_defaults() local
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
D | statahead.c | 437 struct ll_inode_info *child = ll_i2info(inode); in ll_agl_add() local 614 struct inode *child; in ll_post_statahead() local 802 static int sa_args_init(struct inode *dir, struct inode *child, in sa_args_init()
|
D | namei.c | 153 struct dentry *child; in ll_invalidate_negative_children() local 863 static inline void ll_get_child_fid(struct dentry *child, struct lu_fid *fid) in ll_get_child_fid()
|
D | llite_nfs.c | 231 struct dentry *child) in ll_get_name()
|
/linux-4.1.27/net/core/ |
D | dst.c | 237 struct dst_entry *child; in dst_destroy() local
|
/linux-4.1.27/net/ipv6/ |
D | syncookies.c | 49 struct sock *child; in get_cookie_sock() local
|
/linux-4.1.27/drivers/pinctrl/freescale/ |
D | pinctrl-imx.c | 580 struct device_node *child; in imx_pinctrl_parse_functions() local 613 struct device_node *child; in imx_pinctrl_probe_dt() local
|
D | pinctrl-imx1-core.c | 514 struct device_node *child; in imx1_pinctrl_parse_functions() local 552 struct device_node *child; in imx1_pinctrl_parse_dt() local
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | imx-ldb.c | 60 struct device_node *child; member 512 struct device_node *child; in imx_ldb_bind() local
|
/linux-4.1.27/drivers/usb/dwc3/ |
D | dwc3-st.c | 201 struct device_node *node = dev->of_node, *child; in st_dwc3_probe() local
|
/linux-4.1.27/sound/aoa/soundbus/i2sbus/ |
D | core.c | 157 struct device_node *child = NULL, *sound = NULL; in i2sbus_add_dev() local
|
/linux-4.1.27/arch/arm64/kernel/ |
D | ptrace.c | 59 void ptrace_disable(struct task_struct *child) in ptrace_disable() 1036 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace() 1124 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/arch/arm/kernel/ |
D | ptrace.c | 195 void ptrace_disable(struct task_struct *child) in ptrace_disable() 798 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
|
/linux-4.1.27/fs/jffs2/ |
D | super.c | 136 static struct dentry *jffs2_get_parent(struct dentry *child) in jffs2_get_parent()
|
/linux-4.1.27/drivers/mfd/ |
D | dm355evm_msp.c | 257 struct device *child; in add_children() local
|
/linux-4.1.27/drivers/ata/ |
D | libahci_platform.c | 352 struct device_node *child; in ahci_platform_get_resources() local
|
/linux-4.1.27/drivers/gpio/ |
D | devres.c | 136 struct fwnode_handle *child) in devm_get_gpiod_from_child()
|
/linux-4.1.27/drivers/mcb/ |
D | mcb-core.c | 315 struct mcb_bus *child; in __mcb_bus_add_child() local
|
/linux-4.1.27/arch/x86/kvm/ |
D | mmu_audit.c | 49 struct kvm_mmu_page *child; in __mmu_spte_walk() local
|
/linux-4.1.27/tools/testing/selftests/exec/ |
D | execveat.c | 69 pid_t child; in check_execveat_invoked_rc() local
|
/linux-4.1.27/drivers/irqchip/ |
D | irq-gic-v2m.c | 318 struct device_node *child; in gicv2m_of_init() local
|
/linux-4.1.27/drivers/macintosh/ |
D | windfarm_smu_sat.c | 213 struct device_node *child; in wf_sat_probe() local
|
/linux-4.1.27/include/net/ |
D | dst.h | 35 struct dst_entry *child; member 397 struct dst_entry *child = dst_clone(skb_dst(skb)->child); in skb_dst_pop() local
|