Searched defs:sync (Results 1 - 6 of 6) 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/core/
H A Ddev_addr_lists.c26 bool sync)
41 ha->synced = sync ? 1 : 0;
51 unsigned char addr_type, bool global, bool sync,
69 if (sync) {
81 sync);
94 bool sync)
99 if (sync && !ha->synced)
105 if (sync)
118 unsigned char addr_type, bool global, bool sync)
125 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, int sync_count) argument
92 __hw_addr_del_entry(struct netdev_hw_addr_list *list, struct netdev_hw_addr *ha, bool global, bool sync) argument
116 __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...]
H A Ddatagram.c70 static int receiver_wake_function(wait_queue_t *wait, unsigned int mode, int sync, argument
80 return autoremove_wake_function(wait, mode, sync, key);
/net/9p/
H A Dtrans_fd.c521 static int p9_pollwake(wait_queue_t *wait, unsigned int mode, int sync, void *key) argument
/net/packet/
H A Daf_packet.c347 * held. If the sync parameter is true, we will temporarily drop
350 * of po->prot_hook. If the sync parameter is false, it is the
353 static void __unregister_prot_hook(struct sock *sk, bool sync) argument
366 if (sync) {
373 static void unregister_prot_hook(struct sock *sk, bool sync) argument
378 __unregister_prot_hook(sk, sync);

Completed in 77 milliseconds