Home
last modified time | relevance | path

Searched defs:rqdata (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py79 def pending_hash_index(tid, rqdata): argument
142 def __init__(self, runqueue, rqdata): argument
306 def __init__(self, runqueue, rqdata): argument
337 def __init__(self, runqueue, rqdata): argument
2706 def build_scenequeue_data(sqdata, rqdata, rq, cooker, stampcache, sqrq): argument
2905 def check_setscene_stamps(tid, rqdata, rq, stampcache, noexecstamp=False): argument
2925 def update_scenequeue_data(tids, sqdata, rqdata, rq, cooker, stampcache, sqrq, summary=True): argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dlightnvm.h316 static inline void *nvm_rq_to_pdu(struct nvm_rq *rqdata) in nvm_rq_to_pdu()