/linux-2.6.39/lib/ |
D | rbtree.c | 141 struct rb_node *other; in __rb_erase_color() local 147 other = parent->rb_right; in __rb_erase_color() 148 if (rb_is_red(other)) in __rb_erase_color() 150 rb_set_black(other); in __rb_erase_color() 153 other = parent->rb_right; in __rb_erase_color() 155 if ((!other->rb_left || rb_is_black(other->rb_left)) && in __rb_erase_color() 156 (!other->rb_right || rb_is_black(other->rb_right))) in __rb_erase_color() 158 rb_set_red(other); in __rb_erase_color() 164 if (!other->rb_right || rb_is_black(other->rb_right)) in __rb_erase_color() 166 rb_set_black(other->rb_left); in __rb_erase_color() [all …]
|
/linux-2.6.39/net/unix/ |
D | af_unix.c | 330 static void unix_dgram_disconnected(struct sock *sk, struct sock *other) in unix_dgram_disconnected() argument 340 if (!sock_flag(other, SOCK_DEAD) && unix_peer(other) == sk) { in unix_dgram_disconnected() 341 other->sk_err = ECONNRESET; in unix_dgram_disconnected() 342 other->sk_error_report(other); in unix_dgram_disconnected() 959 struct sock *other; in unix_dgram_connect() local 974 other = unix_find_other(net, sunaddr, alen, sock->type, hash, &err); in unix_dgram_connect() 975 if (!other) in unix_dgram_connect() 978 unix_state_double_lock(sk, other); in unix_dgram_connect() 981 if (sock_flag(other, SOCK_DEAD)) { in unix_dgram_connect() 982 unix_state_double_unlock(sk, other); in unix_dgram_connect() [all …]
|
/linux-2.6.39/sound/soc/samsung/ |
D | i2s.c | 207 struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai; in other_tx_active() local 209 return tx_active(other); in other_tx_active() 234 struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai; in other_rx_active() local 236 return rx_active(other); in other_rx_active() 484 struct i2s_dai *other = i2s->pri_dai ? : i2s->sec_dai; in i2s_set_sysclk() local 493 if ((rfs && other->rfs && (other->rfs != rfs)) || in i2s_set_sysclk() 539 if (other) { in i2s_set_sysclk() 540 other->op_clk = i2s->op_clk; in i2s_set_sysclk() 541 other->rclk_srcrate = i2s->rclk_srcrate; in i2s_set_sysclk() 550 i2s->op_clk = other->op_clk; in i2s_set_sysclk() [all …]
|
/linux-2.6.39/scripts/ |
D | config | 20 Enable option directly after other option 22 Disable option directly after other option 24 Turn option into module directly after other option
|
/linux-2.6.39/Documentation/namespaces/ |
D | compatibility-list.txt | 8 in different other namespaces (the rows): 23 other task living in a different namespace via a shared filesystem 26 other object in another namespace. 29 should not be equal from the VFS point of view. In other
|
/linux-2.6.39/drivers/tty/ |
D | pty.c | 296 if (!try_module_get(driver->other->owner)) { in pty_install() 301 initialize_tty_struct(o_tty, driver->other, idx); in pty_install() 318 driver->other->ttys[idx] = o_tty; in pty_install() 319 tty_driver_kref_get(driver->other); in pty_install() 412 pty_driver->other = pty_slave_driver; in legacy_pty_init() 428 pty_slave_driver->other = pty_driver; in legacy_pty_init() 560 if (!try_module_get(driver->other->owner)) { in pty_unix98_install() 565 initialize_tty_struct(o_tty, driver->other, idx); in pty_unix98_install() 576 *o_tty->termios = driver->other->init_termios; in pty_unix98_install() 579 tty_driver_kref_get(driver->other); in pty_unix98_install() [all …]
|
/linux-2.6.39/arch/um/ |
D | Kconfig.net | 12 kernels can talk to each other, the host, and with the host's help, 92 UMLs on a single host to communicate with each other, but not to 103 If you'd like to set up a network with other UMLs on a single host, 106 the host and/or other IP machines, say Y to the Ethertap or Slip 116 UMLs on a single host to communicate with each other and also 139 each other over a virtual ethernet network. However, it requires 140 at least one UML with one of the other transports to act as a 142 other IP machines. 153 with other IP machines, make sure you select one of the other 183 unlike other network transports that can handle all Ethernet [all …]
|
/linux-2.6.39/net/sctp/ |
D | debug.c | 160 if (id.other <= SCTP_EVENT_OTHER_MAX) in sctp_oname() 161 return sctp_other_tbl[id.other]; in sctp_oname()
|
/linux-2.6.39/drivers/base/ |
D | driver.c | 225 struct device_driver *other; in driver_register() local 235 other = driver_find(drv->name, drv->bus); in driver_register() 236 if (other) { in driver_register() 237 put_driver(other); in driver_register()
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | frame.inc | 35 movm [other],(sp) 37 mov a1,(sp) # USP in MOVM[other] dummy slot 87 mov (sp),a1 # USP in MOVM[other] dummy slot 90 movm (sp),[other]
|
/linux-2.6.39/drivers/xen/ |
D | Kconfig | 18 other domains. This makes sure that any confidential data 19 is not accidentally visible to other domains. Is it more 38 to other virtual machines. 45 information with each other and with the hypervisor. 90 to other domains. This can be used to implement frontend drivers
|
/linux-2.6.39/include/linux/ |
D | icmpv6.h | 47 other:1, member 52 other:1, member 76 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
|
/linux-2.6.39/fs/nfsd/ |
D | nfs4acl.c | 169 unsigned short other; member 203 pas->other = pa->e_perm; in summarize_posix_acl() 240 deny &= pas.users | pas.group | pas.groups | pas.other; in _posix_to_nfsv4_one() 260 deny &= pas.groups | pas.group | pas.other; in _posix_to_nfsv4_one() 312 deny = ~pas.group & pas.other; in _posix_to_nfsv4_one() 325 deny &= pas.other; in _posix_to_nfsv4_one() 417 struct posix_ace_state other; member 565 error = check_deny(state->other.deny, 0); in posix_state_to_acl() 568 low_mode_from_nfs4(state->other.allow, &pace->e_perm, flags); in posix_state_to_acl() 677 allow_bits(&state->other, mask); in process_one_v4_ace() [all …]
|
/linux-2.6.39/arch/arm/mach-ux500/ |
D | cpu-db8500.c | 107 int other = !smp_processor_id(); in db8500_pmu_handler() local 109 if (ret == IRQ_NONE && cpu_online(other)) in db8500_pmu_handler() 110 irq_set_affinity(irq, cpumask_of(other)); in db8500_pmu_handler()
|
/linux-2.6.39/Documentation/arm/msm/ |
D | gpiomux.txt | 23 The 'direction' flag: for all mux-settings other than raw-gpio (0), 73 'suspended' configurations. All other gpios, which were left unconfigured, 77 above 0, its active configuration will be applied. Since no other gpio 79 effect on any other line. 83 Since no other gpio line has a valid suspended configuration, no other 114 active setting prevents any other setting from being applied at runtime. 115 If other subsystems attempting to access the line is a concern, one could 121 But then, if having other subsystems grabbing for the line is truly a concern,
|
/linux-2.6.39/drivers/staging/intel_sst/ |
D | Kconfig | 7 On other PC platforms if you are unsure answer 'N' 19 On other PC platforms if you are unsure answer 'N'
|
/linux-2.6.39/arch/arm/plat-nomadik/ |
D | Kconfig | 1 # We keep common IP's here for Nomadik and other similar 10 Common platform code for Nomadik and other ST-Ericsson
|
/linux-2.6.39/fs/jffs2/ |
D | LICENCE | 20 As a special exception, if other files instantiate templates or use 22 files and link them with other works to produce a work based on these 28 This exception does not invalidate any other reasons why a work based on
|
/linux-2.6.39/tools/perf/Documentation/ |
D | perf-report.txt | 64 --exclude-other:: 76 all occurrences of this separator in symbol names (and other output) 99 zooming into DSOs or threads, among other features. Use of --tui 100 requires a tty, if one is not present, as when piping to other
|
/linux-2.6.39/Documentation/hwmon/ |
D | lm83 | 24 Both are compatible with many other devices such as the LM84 and all 25 other ADM1021 clones. The main difference between the LM83 and the LM84 69 CPU. The two other sensors must be used to measure the temperature of 70 two other points of the motherboard. We suspect these points to be the 84 other second; reading them more often will do no harm, but will return
|
/linux-2.6.39/security/selinux/ss/ |
D | conditional.c | 265 struct cond_av_list *other; member 274 struct cond_av_list *other = data->other, *list, *cur; in cond_insertf() local 297 if (other) { in cond_insertf() 305 for (cur = other; cur; cur = cur->next) { in cond_insertf() 351 …d_av_list(struct policydb *p, void *fp, struct cond_av_list **ret_list, struct cond_av_list *other) in cond_read_av_list() argument 370 data.other = other; in cond_read_av_list()
|
/linux-2.6.39/drivers/pnp/pnpbios/ |
D | Kconfig | 19 conflicts between mainboard devices and other bus devices. 31 allocation, ESCD, and other PNPBIOS services. Using this 40 Unless you are debugging or have other specific reasons, it is
|
/linux-2.6.39/Documentation/ide/ |
D | ide-tape.txt | 7 interface, on the other hand, creates new requests, adds them 27 as any other ide device. 51 other device while the tape is busy executing a command. The 53 for the DSC bit, and servicing the other device while the tape
|
/linux-2.6.39/Documentation/filesystems/ |
D | locks.txt | 31 for example. This gave rise to some other subtle problems if sendmail was 42 is to make flock() and fcntl() locks oblivious to each other. Both can 43 exists, and neither will have any effect on the other. 48 4.1.x and several other commercial Unices. The only OS's that support
|
/linux-2.6.39/net/x25/ |
D | Kconfig | 12 (called "virtual circuits") to other computers connected to the X.25 13 network. Governments, banks, and other organizations tend to use it 14 to connect to each other or to form Wide Area Networks (WANs). Many
|