Searched refs:sync (Results 1 – 9 of 9) sorted by relevance
| /net/caif/ |
| A D | cfserl.c | 25 spinlock_t sync; member 49 spin_lock_init(&this->sync); in cfserl_create() 67 spin_lock(&layr->sync); in cfserl_receive() 74 spin_unlock(&layr->sync); in cfserl_receive() 94 spin_unlock(&layr->sync); in cfserl_receive() 112 spin_unlock(&layr->sync); in cfserl_receive() 131 spin_unlock(&layr->sync); in cfserl_receive() 142 spin_unlock(&layr->sync); in cfserl_receive() 156 spin_unlock(&layr->sync); in cfserl_receive() 158 spin_lock(&layr->sync); in cfserl_receive() [all …]
|
| A D | cfrfml.c | 31 spinlock_t sync; member 64 spin_lock_init(&this->sync); in cfrfml_create() 109 spin_lock(&rfml->sync); in cfrfml_receive() 186 spin_unlock(&rfml->sync); in cfrfml_receive()
|
| /net/core/ |
| A D | dev_addr_lists.c | 52 unsigned char addr_type, bool global, bool sync) in __hw_addr_create() argument 67 ha->synced = sync ? 1 : 0; in __hw_addr_create() 75 unsigned char addr_type, bool global, bool sync, in __hw_addr_add_ex() argument 107 if (sync) { in __hw_addr_add_ex() 141 bool sync) in __hw_addr_del_entry() argument 146 if (sync && !ha->synced) in __hw_addr_del_entry() 152 if (sync) in __hw_addr_del_entry() 200 return __hw_addr_del_entry(list, ha, global, sync); in __hw_addr_del_ex() 342 err = sync(dev, ha->addr); in __hw_addr_sync_dev() 372 int (*sync)(struct net_device *, in __hw_addr_ref_sync_dev() [all …]
|
| A D | datagram.c | 76 static int receiver_wake_function(wait_queue_entry_t *wait, unsigned int mode, int sync, in receiver_wake_function() argument 84 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
|
| /net/llc/ |
| A D | llc_conn.c | 947 void llc_sk_stop_all_timers(struct sock *sk, bool sync) in llc_sk_stop_all_timers() argument 951 if (sync) { in llc_sk_stop_all_timers()
|
| /net/packet/ |
| A D | af_packet.c | 363 static void __unregister_prot_hook(struct sock *sk, bool sync) in __unregister_prot_hook() argument 378 if (sync) { in __unregister_prot_hook() 385 static void unregister_prot_hook(struct sock *sk, bool sync) in unregister_prot_hook() argument 390 __unregister_prot_hook(sk, sync); in unregister_prot_hook()
|
| /net/9p/ |
| A D | trans_fd.c | 528 static int p9_pollwake(wait_queue_entry_t *wait, unsigned int mode, int sync, void *key) in p9_pollwake() argument
|
| /net/bluetooth/hidp/ |
| A D | core.c | 1250 int sync, void *key) in hidp_session_wake_function() argument
|
| /net/smc/ |
| A D | af_smc.c | 819 unsigned int mode, int sync, void *key) in smc_fback_mark_woken() argument
|
Completed in 29 milliseconds