Searched refs:sync (Results 1 – 8 of 8) sorted by relevance
/net/caif/ |
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() 132 spin_unlock(&layr->sync); in cfserl_receive() 143 spin_unlock(&layr->sync); in cfserl_receive() 157 spin_unlock(&layr->sync); in cfserl_receive() 159 spin_lock(&layr->sync); in cfserl_receive() [all …]
|
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/ |
D | dev_addr_lists.c | 26 bool sync) in __hw_addr_create_ex() argument 41 ha->synced = sync ? 1 : 0; in __hw_addr_create_ex() 51 unsigned char addr_type, bool global, bool sync, in __hw_addr_add_ex() argument 69 if (sync) { in __hw_addr_add_ex() 81 sync); in __hw_addr_add_ex() 94 bool sync) in __hw_addr_del_entry() argument 99 if (sync && !ha->synced) in __hw_addr_del_entry() 105 if (sync) in __hw_addr_del_entry() 118 unsigned char addr_type, bool global, bool sync) in __hw_addr_del_ex() argument 125 return __hw_addr_del_entry(list, ha, global, sync); in __hw_addr_del_ex() [all …]
|
D | datagram.c | 71 static int receiver_wake_function(wait_queue_t *wait, unsigned int mode, int sync, in receiver_wake_function() argument 81 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
|
/net/llc/ |
D | llc_conn.c | 935 void llc_sk_stop_all_timers(struct sock *sk, bool sync) in llc_sk_stop_all_timers() argument 939 if (sync) { in llc_sk_stop_all_timers()
|
/net/9p/ |
D | trans_fd.c | 523 static int p9_pollwake(wait_queue_t *wait, unsigned int mode, int sync, void *key) in p9_pollwake() argument
|
/net/packet/ |
D | af_packet.c | 366 static void __unregister_prot_hook(struct sock *sk, bool sync) in __unregister_prot_hook() argument 381 if (sync) { in __unregister_prot_hook() 388 static void unregister_prot_hook(struct sock *sk, bool sync) in unregister_prot_hook() argument 393 __unregister_prot_hook(sk, sync); in unregister_prot_hook()
|
/net/bluetooth/hidp/ |
D | core.c | 1244 int sync, void *key) in hidp_session_wake_function() argument
|