Lines Matching refs:publications
83 * @publications: list of publications for port
85 * @pub_count: total # of publications port has made during its lifetime
106 struct list_head publications;
483 INIT_LIST_HEAD(&tsk->publications);
2917 list_add(&publ->binding_sock, &tsk->publications);
2934 list_for_each_entry_safe(publ, safe, &tsk->publications, binding_sock) {
2953 if (list_empty(&tsk->publications))
3510 } else if (!list_empty(&tsk->publications)) {
3744 list_for_each_entry(p, &tsk->publications, binding_sock) {
3748 if (list_entry_is_head(p, &tsk->publications, binding_sock)) {
3760 p = list_first_entry(&tsk->publications, struct publication,
3764 list_for_each_entry_from(p, &tsk->publications, binding_sock) {
3863 p = list_first_entry_or_null(&tsk->publications,
3965 p = list_first_entry_or_null(&tsk->publications,