Home
last modified time | relevance | path

Searched refs:joined (Results 1 - 19 of 19) sorted by relevance

/kernel/liteos_a/compat/posix/src/
H A Dpthread.c316 STATIC INT32 ProcessByJoinState(_pthread_data *joined) in ProcessByJoinState() argument
321 switch (joined->state) { in ProcessByJoinState()
325 ret = OsTaskJoinPendUnsafe(joined->task); in ProcessByJoinState()
332 joined->state = PTHREAD_STATE_ALRDY_JOIN; in ProcessByJoinState()
341 /* None of these may be joined. */ in ProcessByJoinState()
350 PRINT_ERR("state: %u is not supported\n", (UINT32)joined->state); in ProcessByJoinState()
361 _pthread_data *joined = NULL; in pthread_join() local
372 joined = pthread_get_data(thread); in pthread_join()
373 if (joined == NULL) { in pthread_join()
376 status = joined in pthread_join()
[all...]
/kernel/linux/linux-5.10/net/mac80211/
H A Docb.c126 if (ifocb->joined != true) in ieee80211_ocb_work()
180 if (ifocb->joined == true) in ieee80211_ocb_join()
196 ifocb->joined = true; in ieee80211_ocb_join()
211 ifocb->joined = false; in ieee80211_ocb_leave()
H A Dieee80211_i.h609 * @joined: indication if the interface is connected to an OCB network
618 bool joined; member
/kernel/linux/linux-6.6/net/mac80211/
H A Docb.c127 if (ifocb->joined != true) in ieee80211_ocb_work()
181 if (ifocb->joined == true) in ieee80211_ocb_join()
197 ifocb->joined = true; in ieee80211_ocb_join()
212 ifocb->joined = false; in ieee80211_ocb_leave()
H A Dieee80211_i.h603 * @joined: indication if the interface is connected to an OCB network
612 bool joined; member
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c161 const struct i2c_msg *msg, int joined) in i2c_readbytes()
168 if (i2c_debug && !joined) in i2c_readbytes()
185 if (joined) in i2c_readbytes()
160 i2c_readbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined) i2c_readbytes() argument
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c149 const struct i2c_msg *msg, int joined) in i2c_readbytes()
157 if (i2c_debug && !joined) in i2c_readbytes()
175 if (joined) in i2c_readbytes()
148 i2c_readbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined) i2c_readbytes() argument
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H A Dcx23885-i2c.c149 const struct i2c_msg *msg, int joined) in i2c_readbytes()
157 if (i2c_debug && !joined) in i2c_readbytes()
175 if (joined) in i2c_readbytes()
148 i2c_readbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined) i2c_readbytes() argument
/kernel/linux/linux-6.6/drivers/media/pci/cx25821/
H A Dcx25821-i2c.c161 const struct i2c_msg *msg, int joined) in i2c_readbytes()
168 if (i2c_debug && !joined) in i2c_readbytes()
185 if (joined) in i2c_readbytes()
160 i2c_readbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined) i2c_readbytes() argument
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
H A Dtx.c285 wl->joined = true; in enable_tx_for_packet_injection()
310 if ((wl->vif == NULL) && !wl->joined) in wl1251_tx_frame()
H A Dwl1251.h296 bool joined; member
H A Dmain.c473 wl->joined = false; in wl1251_op_stop()
641 wl->joined = false; in wl1251_op_config()
1593 wl->joined = false; in wl1251_alloc_hw()
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/
H A Dtx.c285 wl->joined = true; in enable_tx_for_packet_injection()
310 if ((wl->vif == NULL) && !wl->joined) in wl1251_tx_frame()
H A Dwl1251.h295 bool joined; member
H A Dmain.c473 wl->joined = false; in wl1251_op_stop()
641 wl->joined = false; in wl1251_op_config()
1601 wl->joined = false; in wl1251_alloc_hw()
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H A Dau0828-i2c.c217 const struct i2c_msg *msg, int joined) in i2c_readbytes()
216 i2c_readbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined) i2c_readbytes() argument
/kernel/linux/linux-6.6/drivers/media/usb/au0828/
H A Dau0828-i2c.c210 const struct i2c_msg *msg, int joined) in i2c_readbytes()
209 i2c_readbytes(struct i2c_adapter *i2c_adap, const struct i2c_msg *msg, int joined) i2c_readbytes() argument
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_btree.c4100 * If we joined with the left neighbor, set the buffer in the in xfs_btree_delrec()
4109 * If we joined with the right neighbor and there's a level above in xfs_btree_delrec()
4161 bool joined = false; in xfs_btree_delete() local
4174 joined = true; in xfs_btree_delete()
4181 if (joined && (cur->bc_flags & XFS_BTREE_OVERLAPPING)) { in xfs_btree_delete()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_btree.c4192 * If we joined with the left neighbor, set the buffer in the in xfs_btree_delrec()
4201 * If we joined with the right neighbor and there's a level above in xfs_btree_delrec()
4253 bool joined = false; in xfs_btree_delete() local
4266 joined = true; in xfs_btree_delete()
4273 if (joined && (cur->bc_flags & XFS_BTREE_OVERLAPPING)) { in xfs_btree_delete()

Completed in 31 milliseconds