/kernel/liteos_a/compat/posix/src/ |
H A D | pthread.c | 316 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 D | ocb.c | 126 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 D | ieee80211_i.h | 609 * @joined: indication if the interface is connected to an OCB network 618 bool joined; member
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | ocb.c | 127 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 D | ieee80211_i.h | 603 * @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 D | cx25821-i2c.c | 161 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 D | cx23885-i2c.c | 149 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 D | cx23885-i2c.c | 149 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 D | cx25821-i2c.c | 161 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 D | tx.c | 285 wl->joined = true; in enable_tx_for_packet_injection() 310 if ((wl->vif == NULL) && !wl->joined) in wl1251_tx_frame()
|
H A D | wl1251.h | 296 bool joined; member
|
H A D | main.c | 473 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 D | tx.c | 285 wl->joined = true; in enable_tx_for_packet_injection() 310 if ((wl->vif == NULL) && !wl->joined) in wl1251_tx_frame()
|
H A D | wl1251.h | 295 bool joined; member
|
H A D | main.c | 473 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 D | au0828-i2c.c | 217 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 D | au0828-i2c.c | 210 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 D | xfs_btree.c | 4100 * 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 D | xfs_btree.c | 4192 * 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()
|