Searched refs:p_list (Results 1 - 25 of 44) sorted by last modified time

12

/freebsd-11-stable/sys/kern/
H A Dkern_jail.c2323 LIST_FOREACH(p, &allproc, p_list) {
H A Dkern_fork.c303 for (; p != NULL; p = LIST_NEXT(p, p_list)) {
416 LIST_INSERT_HEAD(&allproc, p2, p_list);
H A Dinit_main.c484 LIST_INSERT_HEAD(&allproc, p, p_list);
H A Dkern_proc.c146 const int proc_off_p_list = offsetof(struct proc, p_list);
1196 LIST_FOREACH(p, &zombproc, p_list) {
1478 for (; p != NULL; p = LIST_NEXT(p, p_list)) {
3052 LIST_REMOVE(cp, p_list);
3053 LIST_INSERT_HEAD(&allproc, cp, p_list);
3055 p = LIST_NEXT(cp, p_list);
3058 LIST_REMOVE(cp, p_list);
3059 LIST_INSERT_AFTER(p, cp, p_list);
3111 LIST_REMOVE(cp, p_list);
3112 LIST_INSERT_HEAD(&allproc, cp, p_list);
[all...]
H A Dkern_exit.c429 LIST_REMOVE(p, p_list);
430 LIST_INSERT_HEAD(&zombproc, p, p_list);
880 LIST_REMOVE(p, p_list); /* off zombproc */
H A Dkern_racct.c1233 LIST_FOREACH(p, &zombproc, p_list) {
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c717 *p = LIST_NEXT(*p, p_list);
/freebsd-11-stable/sys/sys/
H A Dproc.h549 LIST_ENTRY(proc) p_list; /* (d) List of all processes. */ member in struct:proc
808 LIST_FOREACH((p), &allproc, p_list)
/freebsd-11-stable/sys/ddb/
H A Ddb_ps.c243 p = LIST_NEXT(p, p_list);
/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_sa_vlarb_record.c69 cl_qlist_t *p_list; member in struct:osm_vl_arb_search_ctxt
108 cl_qlist_insert_tail(p_ctxt->p_list, &p_rec_item->list_item);
261 context.p_list = &rec_list;
H A Dosm_sa_sw_info_record.c65 cl_qlist_t *p_list; member in struct:osm_sir_search_ctxt
72 IN cl_qlist_t * p_list,
96 cl_qlist_insert_tail(p_list, &p_rec_item->list_item);
104 IN cl_qlist_t * p_list, IN ib_net16_t match_lid,
160 sir_rcv_new_sir(sa, p_sw, p_list, osm_port_get_base_lid(p_port));
187 sir_rcv_create_sir(sa, p_sw, p_ctxt->p_list, match_lid, p_req_physp);
249 context.p_list = &rec_list;
70 sir_rcv_new_sir(IN osm_sa_t * sa, IN const osm_switch_t * p_sw, IN cl_qlist_t * p_list, IN ib_net16_t lid) argument
103 sir_rcv_create_sir(IN osm_sa_t * sa, IN const osm_switch_t * p_sw, IN cl_qlist_t * p_list, IN ib_net16_t match_lid, IN const osm_physp_t * p_req_physp) argument
H A Dosm_sa_sminfo_record.c74 cl_qlist_t *p_list; member in struct:osm_smir_search_ctxt
81 IN cl_qlist_t * p_list,
110 cl_qlist_insert_tail(p_list, &p_rec_item->list_item);
154 smir_rcv_new_smir(sa, p_port, p_ctxt->p_list,
236 context.p_list = &rec_list;
293 smir_rcv_new_smir(sa, local_port, context.p_list,
79 smir_rcv_new_smir(IN osm_sa_t * sa, IN const osm_port_t * p_port, IN cl_qlist_t * p_list, IN ib_net64_t const guid, IN ib_net32_t const act_count, IN uint8_t const pri_state, IN const osm_physp_t * p_req_physp) argument
H A Dosm_sa_slvl_record.c69 cl_qlist_t *p_list; member in struct:osm_slvl_search_ctxt
111 cl_qlist_insert_tail(p_ctxt->p_list, &p_rec_item->list_item);
254 context.p_list = &rec_list;
H A Dosm_sa_service_record.c198 IN cl_qlist_t * p_list)
208 for (item = (osm_sa_item_t *) cl_qlist_head(p_list);
209 item != (osm_sa_item_t *) cl_qlist_end(p_list);
215 osm_sa_respond(sa, p_madw, sizeof(ib_service_record_t), p_list);
197 sr_rcv_respond(IN osm_sa_t * sa, IN osm_madw_t * p_madw, IN cl_qlist_t * p_list) argument
H A Dosm_sa_portinfo_record.c69 cl_qlist_t *p_list; member in struct:osm_pir_search_ctxt
133 cl_qlist_insert_tail(p_ctxt->p_list, &p_rec_item->list_item);
564 context.p_list = &rec_list;
H A Dosm_sa_pkey_record.c62 cl_qlist_t *p_list; member in struct:osm_pkey_search_ctxt
110 cl_qlist_insert_tail(p_ctxt->p_list, &p_rec_item->list_item);
281 context.p_list = &rec_list;
H A Dosm_sa_path_record.c1021 IN cl_qlist_t * p_list)
1169 cl_qlist_insert_tail(p_list, &p_pr_item->list_item);
1233 cl_qlist_insert_tail(p_list, &p_pr_item->list_item);
1417 IN cl_qlist_t * p_list)
1441 p_sgid, p_dgid, p_list);
1443 cl_qlist_count(p_list) > 0)
1464 IN cl_qlist_t * p_list)
1487 p_sgid, p_dgid, p_list);
1489 cl_qlist_count(p_list) > 0)
1502 p_dgid, p_list);
1014 pr_rcv_get_port_pair_paths(IN osm_sa_t * sa, IN const ib_sa_mad_t *sa_mad, IN const osm_port_t * p_req_port, IN const osm_alias_guid_t * p_src_alias_guid, IN const osm_alias_guid_t * p_dest_alias_guid, IN const ib_gid_t * p_sgid, IN const ib_gid_t * p_dgid, IN cl_qlist_t * p_list) argument
1413 pr_rcv_process_world(IN osm_sa_t * sa, IN const ib_sa_mad_t * sa_mad, IN const osm_port_t * requester_port, IN const ib_gid_t * p_sgid, IN const ib_gid_t * p_dgid, IN cl_qlist_t * p_list) argument
1458 osm_pr_process_half(IN osm_sa_t * sa, IN const ib_sa_mad_t * sa_mad, IN const osm_port_t * requester_port, IN const osm_alias_guid_t * p_src_alias_guid, IN const osm_alias_guid_t * p_dest_alias_guid, IN const ib_gid_t * p_sgid, IN const ib_gid_t * p_dgid, IN cl_qlist_t * p_list) argument
1513 osm_pr_process_pair(IN osm_sa_t * sa, IN const ib_sa_mad_t * sa_mad, IN const osm_port_t * requester_port, IN const osm_alias_guid_t * p_src_alias_guid, IN const osm_alias_guid_t * p_dest_alias_guid, IN const ib_gid_t * p_sgid, IN const ib_gid_t * p_dgid, IN cl_qlist_t * p_list) argument
[all...]
H A Dosm_sa_node_record.c65 cl_qlist_t *p_list; member in struct:osm_nr_search_ctxt
72 IN cl_qlist_t * p_list,
106 cl_qlist_insert_tail(p_list, &p_rec_item->list_item);
114 IN cl_qlist_t * p_list,
187 nr_rcv_new_nr(sa, p_node, p_list, port_guid, base_lid, port_num);
277 nr_rcv_create_nr(sa, p_node, p_ctxt->p_list, match_port_guid,
338 context.p_list = &rec_list;
70 nr_rcv_new_nr(osm_sa_t * sa, IN const osm_node_t * p_node, IN cl_qlist_t * p_list, IN ib_net64_t port_guid, IN ib_net16_t lid, IN unsigned int port_num) argument
113 nr_rcv_create_nr(IN osm_sa_t * sa, IN osm_node_t * p_node, IN cl_qlist_t * p_list, IN ib_net64_t const match_port_guid, IN ib_net16_t const match_lid, IN unsigned int const match_port_num, IN const osm_physp_t * p_req_physp, IN const ib_net64_t comp_mask) argument
H A Dosm_sa_multipath_record.c960 IN cl_qlist_t * p_list)
1067 cl_qlist_insert_tail(p_list, &p_pr_item->list_item);
1131 cl_qlist_insert_tail(p_list, &p_pr_item->list_item);
1155 IN cl_qlist_t * p_list)
1342 IN cl_qlist_t * p_list)
1392 comp_mask, p_list);
1396 comp_mask, p_list);
1400 comp_mask, p_list);
1404 comp_mask, p_list);
1463 cl_qlist_insert_tail(p_list,
953 mpr_rcv_get_port_pair_paths(IN osm_sa_t * sa, IN const ib_multipath_rec_t * p_mpr, IN const osm_port_t * p_req_port, IN const osm_alias_guid_t * p_src_alias_guid, IN const osm_alias_guid_t * p_dest_alias_guid, IN const uint32_t rem_paths, IN const ib_net64_t comp_mask, IN cl_qlist_t * p_list) argument
1144 mpr_rcv_get_apm_port_pair_paths(IN osm_sa_t * sa, IN const ib_multipath_rec_t * p_mpr, IN const osm_alias_guid_t * p_src_alias_guid, IN const osm_alias_guid_t * p_dest_alias_guid, IN int base_offs, IN const ib_net64_t comp_mask, IN cl_qlist_t * p_list) argument
1337 mpr_rcv_get_apm_paths(IN osm_sa_t * sa, IN const ib_multipath_rec_t * p_mpr, IN const osm_port_t * p_req_port, IN osm_alias_guid_t ** _pp_alias_guids, IN const ib_net64_t comp_mask, IN cl_qlist_t * p_list) argument
1490 mpr_rcv_process_pairs(IN osm_sa_t * sa, IN const ib_multipath_rec_t * p_mpr, IN osm_port_t * p_req_port, IN osm_alias_guid_t ** pp_alias_guids, IN const int nsrc, IN int ndest, IN ib_net64_t comp_mask, IN cl_qlist_t * p_list) argument
[all...]
H A Dosm_sa_mft_record.c65 cl_qlist_t *p_list; member in struct:osm_mftr_search_ctxt
72 IN cl_qlist_t * p_list,
107 cl_qlist_insert_tail(p_list, &p_rec_item->list_item);
204 mftr_rcv_new_mftr(sa, p_sw, p_ctxt->p_list,
259 context.p_list = &rec_list;
70 mftr_rcv_new_mftr(IN osm_sa_t * sa, IN osm_switch_t * p_sw, IN cl_qlist_t * p_list, IN ib_net16_t lid, IN uint16_t block, IN uint8_t position) argument
H A Dosm_sa_mcmember_record.c1426 IN cl_qlist_t * p_list)
1446 cl_qlist_insert_tail(p_list, &p_rec_item->list_item);
1424 mcmr_rcv_new_mcmr(IN osm_sa_t * sa, IN const ib_member_rec_t * p_rcvd_rec, IN cl_qlist_t * p_list) argument
H A Dosm_sa_link_record.c65 IN uint8_t to_port, IN cl_qlist_t * p_list)
86 cl_qlist_insert_tail(p_list, &p_lr_item->list_item);
101 IN cl_qlist_t * p_list,
192 dest_port_num, p_list);
203 IN cl_qlist_t * p_list,
244 p_list, p_req_physp);
264 NULL, comp_mask, p_list,
279 NULL, comp_mask, p_list,
303 p_list, p_req_physp);
318 p_list, p_req_phys
63 lr_rcv_build_physp_link(IN osm_sa_t * sa, IN ib_net16_t from_lid, IN ib_net16_t to_lid, IN uint8_t from_port, IN uint8_t to_port, IN cl_qlist_t * p_list) argument
96 lr_rcv_get_physp_link(IN osm_sa_t * sa, IN const ib_link_record_t * p_lr, IN const osm_physp_t * p_src_physp, IN const osm_physp_t * p_dest_physp, IN const ib_net64_t comp_mask, IN cl_qlist_t * p_list, IN const osm_physp_t * p_req_physp) argument
198 lr_rcv_get_port_links(IN osm_sa_t * sa, IN const ib_link_record_t * p_lr, IN const osm_port_t * p_src_port, IN const osm_port_t * p_dest_port, IN const ib_net64_t comp_mask, IN cl_qlist_t * p_list, IN const osm_physp_t * p_req_physp) argument
[all...]
H A Dosm_sa_lft_record.c65 cl_qlist_t *p_list; member in struct:osm_lftr_search_ctxt
72 IN cl_qlist_t * p_list,
102 cl_qlist_insert_tail(p_list, &p_rec_item->list_item);
172 lftr_rcv_new_lftr(sa, p_sw, p_ctxt->p_list,
227 context.p_list = &rec_list;
70 lftr_rcv_new_lftr(IN osm_sa_t * sa, IN const osm_switch_t * p_sw, IN cl_qlist_t * p_list, IN ib_net16_t lid, IN uint16_t block) argument
H A Dosm_sa_informinfo.c74 cl_qlist_t *p_list; member in struct:osm_iir_search_ctxt
307 cl_qlist_insert_tail(p_ctxt->p_list, &p_rec_item->list_item);
366 context.p_list = &rec_list;
H A Dosm_sa_guidinfo_record.c76 cl_qlist_t *p_list; member in struct:osm_gir_search_ctxt
83 IN cl_qlist_t * p_list,
117 cl_qlist_insert_tail(p_list, &p_rec_item->list_item);
125 IN cl_qlist_t * p_list,
214 gir_rcv_new_gir(sa, p_node, p_list, port_guid,
287 sa_gir_create_gir(sa, p_node, p_ctxt->p_list, match_port_guid,
734 context.p_list = &rec_list;
81 gir_rcv_new_gir(IN osm_sa_t * sa, IN const osm_node_t * p_node, IN cl_qlist_t * p_list, IN ib_net64_t const match_port_guid, IN ib_net16_t const match_lid, IN const osm_physp_t * p_physp, IN uint8_t const block_num) argument
124 sa_gir_create_gir(IN osm_sa_t * sa, IN osm_node_t * p_node, IN cl_qlist_t * p_list, IN ib_net64_t const match_port_guid, IN ib_net16_t const match_lid, IN const osm_physp_t * p_req_physp, IN uint8_t const match_block_num) argument

Completed in 191 milliseconds

12