Searched defs:sync (Results 1 - 7 of 7) sorted by relevance

/net/caif/
H A Dcfrfml.c31 spinlock_t sync; member in struct:cfrfml
64 spin_lock_init(&this->sync);
109 spin_lock(&rfml->sync);
186 spin_unlock(&rfml->sync);
H A Dcfserl.c25 spinlock_t sync; member in struct:cfserl
44 spin_lock_init(&this->sync);
62 spin_lock(&layr->sync);
69 spin_unlock(&layr->sync);
89 spin_unlock(&layr->sync);
107 spin_unlock(&layr->sync);
127 spin_unlock(&layr->sync);
138 spin_unlock(&layr->sync);
152 spin_unlock(&layr->sync);
154 spin_lock(&layr->sync);
[all...]
/net/openvswitch/
H A Ddatapath.h53 struct u64_stats_sync sync; member in struct:dp_stats_percpu
/net/core/
H A Ddatagram.c68 static int receiver_wake_function(wait_queue_t *wait, unsigned int mode, int sync, argument
78 return autoremove_wake_function(wait, mode, sync, key);
H A Ddev_addr_lists.c26 bool sync)
41 ha->synced = sync;
51 unsigned char addr_type, bool global, bool sync)
68 if (sync) {
80 sync);
92 bool sync)
97 if (sync && !ha->synced)
103 if (sync)
116 unsigned char addr_type, bool global, bool sync)
123 return __hw_addr_del_entry(list, ha, global, sync);
23 __hw_addr_create_ex(struct netdev_hw_addr_list *list, const unsigned char *addr, int addr_len, unsigned char addr_type, bool global, bool sync) argument
49 __hw_addr_add_ex(struct netdev_hw_addr_list *list, const unsigned char *addr, int addr_len, unsigned char addr_type, bool global, bool sync) argument
90 __hw_addr_del_entry(struct netdev_hw_addr_list *list, struct netdev_hw_addr *ha, bool global, bool sync) argument
114 __hw_addr_del_ex(struct netdev_hw_addr_list *list, const unsigned char *addr, int addr_len, unsigned char addr_type, bool global, bool sync) argument
[all...]
/net/9p/
H A Dtrans_fd.c518 static int p9_pollwake(wait_queue_t *wait, unsigned int mode, int sync, void *key) argument
/net/packet/
H A Daf_packet.c258 * held. If the sync parameter is true, we will temporarily drop
261 * of po->prot_hook. If the sync parameter is false, it is the
264 static void __unregister_prot_hook(struct sock *sk, bool sync) argument
275 if (sync) {
282 static void unregister_prot_hook(struct sock *sk, bool sync) argument
287 __unregister_prot_hook(sk, sync);

Completed in 152 milliseconds