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
44 spin_lock_init(&this->sync); in cfserl_create()
62 spin_lock(&layr->sync); in cfserl_receive()
69 spin_unlock(&layr->sync); in cfserl_receive()
89 spin_unlock(&layr->sync); in cfserl_receive()
107 spin_unlock(&layr->sync); in cfserl_receive()
127 spin_unlock(&layr->sync); in cfserl_receive()
138 spin_unlock(&layr->sync); in cfserl_receive()
152 spin_unlock(&layr->sync); in cfserl_receive()
154 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; in __hw_addr_create_ex()
51 unsigned char addr_type, bool global, bool sync) in __hw_addr_add_ex() argument
68 if (sync) { in __hw_addr_add_ex()
80 sync); in __hw_addr_add_ex()
92 bool sync) in __hw_addr_del_entry() argument
97 if (sync && !ha->synced) in __hw_addr_del_entry()
103 if (sync) in __hw_addr_del_entry()
116 unsigned char addr_type, bool global, bool sync) in __hw_addr_del_ex() argument
123 return __hw_addr_del_entry(list, ha, global, sync); in __hw_addr_del_ex()
Ddatagram.c68 static int receiver_wake_function(wait_queue_t *wait, unsigned int mode, int sync, in receiver_wake_function() argument
78 return autoremove_wake_function(wait, mode, sync, key); in receiver_wake_function()
/net/openvswitch/
Ddatapath.h53 struct u64_stats_sync sync; member
Ddatapath.c263 u64_stats_update_begin(&stats->sync); in ovs_dp_process_received_packet()
265 u64_stats_update_end(&stats->sync); in ovs_dp_process_received_packet()
308 u64_stats_update_begin(&stats->sync); in ovs_dp_upcall()
310 u64_stats_update_end(&stats->sync); in ovs_dp_upcall()
819 start = u64_stats_fetch_begin_bh(&percpu_stats->sync); in get_dp_stats()
821 } while (u64_stats_fetch_retry_bh(&percpu_stats->sync, start)); in get_dp_stats()
/net/packet/
Daf_packet.c264 static void __unregister_prot_hook(struct sock *sk, bool sync) in __unregister_prot_hook() argument
275 if (sync) { in __unregister_prot_hook()
282 static void unregister_prot_hook(struct sock *sk, bool sync) in unregister_prot_hook() argument
287 __unregister_prot_hook(sk, sync); in unregister_prot_hook()
/net/9p/
Dtrans_fd.c518 static int p9_pollwake(wait_queue_t *wait, unsigned int mode, int sync, void *key) in p9_pollwake() argument