Searched refs:qlink (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/mm/kasan/ |
H A D | quarantine.c | 53 static void qlist_put(struct qlist_head *q, struct qlist_node *qlink, in qlist_put() argument 57 q->head = qlink; in qlist_put() 59 q->tail->next = qlink; in qlist_put() 60 q->tail = qlink; in qlist_put() 61 qlink->next = NULL; in qlist_put() 127 static struct kmem_cache *qlink_to_cache(struct qlist_node *qlink) in qlink_to_cache() argument 129 return virt_to_slab(qlink)->slab_cache; in qlink_to_cache() 132 static void *qlink_to_object(struct qlist_node *qlink, struct kmem_cache *cache) in qlink_to_object() argument 135 container_of(qlink, struct kasan_free_meta, in qlink_to_object() 141 static void qlink_free(struct qlist_node *qlink, struct kmem_cache *cache) in qlink_free() argument [all …]
|
/openbmc/linux/drivers/scsi/ |
H A D | qlogicpti.c | 688 struct qlogicpti *qlink = qptichain; in qpti_chain_add() local 690 while(qlink->next) in qpti_chain_add() 691 qlink = qlink->next; in qpti_chain_add() 692 qlink->next = qpti; in qpti_chain_add() 706 struct qlogicpti *qlink = qptichain; in qpti_chain_del() local 707 while(qlink->next != qpti) in qpti_chain_del() 708 qlink = qlink->next; in qpti_chain_del() 709 qlink->next = qpti->next; in qpti_chain_del()
|
/openbmc/linux/drivers/pinctrl/qcom/ |
H A D | pinctrl-sc8180x.c | 1307 MSM_PIN_FUNCTION(qlink), 1432 [61] = PINGROUP(61, EAST, qlink, _, _, _, _, _, _, _, _), 1433 [62] = PINGROUP(62, EAST, qlink, atest_tsens2, atest_usb1, ddr_pxi, vsense_trigger, _, _, _, _),
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | clk-rpmh.c | 347 DEFINE_CLK_RPMH_ARC(qlink, "qphy.lvl", 0x1, 4);
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |