Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 8 of 8) sorted by relevance

/net/caif/
Dcfserl.c25 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 …]
Dcfrfml.c31 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/
Ddev_addr_lists.c26 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 …]
Ddatagram.c71 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/
Dllc_conn.c935 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/
Dtrans_fd.c523 static int p9_pollwake(wait_queue_t *wait, unsigned int mode, int sync, void *key) in p9_pollwake() argument
/net/packet/
Daf_packet.c366 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/
Dcore.c1244 int sync, void *key) in hidp_session_wake_function() argument