/linux-2.6.39/arch/x86/include/asm/ |
D | cacheflush.h | 41 unsigned long old_flags; in set_page_memtype() local 57 old_flags = pg->flags; in set_page_memtype() 58 new_flags = (old_flags & _PGMT_CLEAR_MASK) | memtype_flags; in set_page_memtype() 59 } while (cmpxchg(&pg->flags, old_flags, new_flags) != old_flags); in set_page_memtype()
|
D | kprobes.h | 99 unsigned long old_flags; member
|
/linux-2.6.39/drivers/pcmcia/ |
D | xxs1500_ss.c | 63 unsigned int old_flags; member 96 changed = state->flags ^ sock->old_flags; in xxs1500_pcmcia_configure() 109 sock->old_flags = state->flags; in xxs1500_pcmcia_configure()
|
D | db1xxx_ss.c | 50 unsigned int old_flags; member 274 changed = state->flags ^ sock->old_flags; in db1x_pcmcia_configure() 292 sock->old_flags = state->flags; in db1x_pcmcia_configure()
|
/linux-2.6.39/drivers/staging/tty/ip2/ |
D | i2lib.c | 1229 int old_flags = pCh->flush_flags; in i2RetryFlushOutput() local 1231 ip2trace (CHANN, ITRC_FLUSH, 14, 1, old_flags ); in i2RetryFlushOutput() 1236 if ( old_flags & STARTFL_FLAG ) { in i2RetryFlushOutput() 1238 old_flags = STOPFL_FLAG; //Success - send stop flush in i2RetryFlushOutput() 1240 old_flags = STARTFL_FLAG; //Failure - Flag for retry later in i2RetryFlushOutput() 1243 ip2trace (CHANN, ITRC_FLUSH, 15, 1, old_flags ); in i2RetryFlushOutput() 1246 if ( old_flags & STOPFL_FLAG ) { in i2RetryFlushOutput() 1248 old_flags = 0; // Success - clear flags in i2RetryFlushOutput() 1251 ip2trace (CHANN, ITRC_FLUSH, 16, 1, old_flags ); in i2RetryFlushOutput() 1253 pCh->flush_flags = old_flags; in i2RetryFlushOutput() [all …]
|
D | ip2main.c | 2415 int old_flags, old_baud_divisor; in set_serial_info() local 2432 old_flags = pCh->flags; in set_serial_info() 2453 if ( ( (old_flags & ASYNC_SPD_MASK) != (pCh->flags & ASYNC_SPD_MASK) ) in set_serial_info()
|
/linux-2.6.39/kernel/trace/ |
D | trace_nop.c | 65 static int nop_set_flag(u32 old_flags, u32 bit, int set) in nop_set_flag() argument
|
D | trace_sched_wakeup.c | 164 static int wakeup_set_flag(u32 old_flags, u32 bit, int set) in wakeup_set_flag() argument 264 static int wakeup_set_flag(u32 old_flags, u32 bit, int set) in wakeup_set_flag() argument
|
D | trace_irqsoff.c | 160 static int irqsoff_set_flag(u32 old_flags, u32 bit, int set) in irqsoff_set_flag() argument 264 static int irqsoff_set_flag(u32 old_flags, u32 bit, int set) in irqsoff_set_flag() argument
|
D | trace_functions.c | 203 static int func_set_flag(u32 old_flags, u32 bit, int set) in func_set_flag() argument
|
D | trace.h | 273 int (*set_flag)(u32 old_flags, u32 bit, int set);
|
D | trace_functions_graph.c | 1422 static int func_graph_set_flag(u32 old_flags, u32 bit, int set) in func_graph_set_flag() argument
|
D | blktrace.c | 1418 static int blk_tracer_set_flag(u32 old_flags, u32 bit, int set) in blk_tracer_set_flag() argument
|
D | trace.c | 74 static int dummy_set_flag(u32 old_flags, u32 bit, int set) in dummy_set_flag() argument
|
/linux-2.6.39/net/core/ |
D | dev.c | 4358 unsigned short old_flags = dev->flags; in __dev_set_promiscuity() local 4381 if (dev->flags != old_flags) { in __dev_set_promiscuity() 4391 (old_flags & IFF_PROMISC), in __dev_set_promiscuity() 4415 unsigned short old_flags = dev->flags; in dev_set_promiscuity() local 4421 if (dev->flags != old_flags) in dev_set_promiscuity() 4442 unsigned short old_flags = dev->flags; in dev_set_allmulti() local 4463 if (dev->flags ^ old_flags) { in dev_set_allmulti() 4547 int old_flags = dev->flags; in __dev_change_flags() local 4566 if ((old_flags ^ flags) & IFF_MULTICAST) in __dev_change_flags() 4578 if ((old_flags ^ flags) & IFF_UP) { /* Bit is different ? */ in __dev_change_flags() [all …]
|
D | rtnetlink.c | 1531 unsigned int old_flags; in rtnl_configure_link() local 1534 old_flags = dev->flags; in rtnl_configure_link() 1544 __dev_notify_flags(dev, old_flags); in rtnl_configure_link()
|
/linux-2.6.39/net/8021q/ |
D | vlan_dev.c | 416 u32 old_flags = vlan->flags; in vlan_dev_change_flags() local 422 vlan->flags = (old_flags & ~mask) | (flags & mask); in vlan_dev_change_flags() 424 if (netif_running(dev) && (vlan->flags ^ old_flags) & VLAN_FLAG_GVRP) { in vlan_dev_change_flags()
|
/linux-2.6.39/net/wireless/ |
D | lib80211_crypt_tkip.c | 80 unsigned long old_flags = _priv->flags; in lib80211_tkip_set_flags() local 82 return old_flags; in lib80211_tkip_set_flags()
|
/linux-2.6.39/arch/x86/kernel/ |
D | kprobes.c | 400 kcb->prev_kprobe.old_flags = kcb->kprobe_old_flags; in save_previous_kprobe() 408 kcb->kprobe_old_flags = kcb->prev_kprobe.old_flags; in restore_previous_kprobe()
|
/linux-2.6.39/drivers/tty/serial/ |
D | serial_core.c | 684 upf_t old_flags, new_flags; in uart_set_info() local 724 old_flags = uport->flags; in uart_set_info() 736 (((new_flags ^ old_flags) & ~UPF_USR_MASK) != 0)) in uart_set_info() 855 if (((old_flags ^ uport->flags) & UPF_SPD_MASK) || in uart_set_info()
|
/linux-2.6.39/net/ipv6/ |
D | ndisc.c | 971 u8 old_flags = neigh->flags; in ndisc_recv_na() local 996 if ((old_flags & ~neigh->flags) & NTF_ROUTER) { in ndisc_recv_na()
|
/linux-2.6.39/include/linux/ |
D | netdevice.h | 2087 extern void __dev_notify_flags(struct net_device *, unsigned int old_flags);
|