Lines Matching refs:publications
82 * @publications: list of publications for port
84 * @pub_count: total # of publications port has made during its lifetime
117 struct list_head publications;
497 INIT_LIST_HEAD(&tsk->publications);
2925 list_add(&p->binding_sock, &tsk->publications);
2938 list_for_each_entry_safe(p, safe, &tsk->publications, binding_sock) {
2958 if (list_empty(&tsk->publications)) {
3518 } else if (!list_empty(&tsk->publications)) {
3752 list_for_each_entry(p, &tsk->publications, binding_sock) {
3756 if (list_entry_is_head(p, &tsk->publications, binding_sock)) {
3768 p = list_first_entry(&tsk->publications, struct publication,
3772 list_for_each_entry_from(p, &tsk->publications, binding_sock) {
3872 p = list_first_entry_or_null(&tsk->publications,
3977 p = list_first_entry_or_null(&tsk->publications,