/external/libnl/include/netlink/genl/ |
mngt.h | 76 struct nl_list_head o_list; member in struct:genl_ops
|
/external/libnl/lib/genl/ |
mngt.c | 144 nl_list_for_each_entry(ops, &genl_ops_list, o_list) { 198 nl_list_add_tail(&ops->co_genl->o_list, &genl_ops_list); 212 nl_list_del(&ops->co_genl->o_list); 261 nl_list_for_each_entry(ops, &genl_ops_list, o_list) {
|
family.c | 52 nl_list_for_each_entry_safe(ops, tmp, &family->gf_ops, o_list) { 53 nl_list_del(&ops->o_list); 65 nl_list_for_each_entry(ops, &src->gf_ops, o_list) { 106 nl_list_for_each_entry(op, &family->gf_ops, o_list) { 252 nl_list_add_tail(&op->o_list, &family->gf_ops);
|
/external/fio/ |
gfio.h | 156 struct flist_head o_list; member in struct:gfio_client
|
gfio.c | 444 while (!flist_empty(&gc->o_list)) { 447 gco = flist_entry(gc->o_list.next, struct gfio_client_options, list); 641 INIT_FLIST_HEAD(&gc->o_list); 653 flist_add_tail(&gco->list, &gc->o_list); [all...] |
goptions.c | [all...] |
gclient.c | 585 flist_add_tail(&gco->list, &gc->o_list); [all...] |
/external/libnl/include/ |
netlink-types.h | 702 struct nl_list_head o_list; member in struct:genl_family_op
|