Searched refs:n_ops (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fscache/
H A Doperation.c94 ASSERTCMP(object->n_ops, >=, object->n_in_progress);
95 ASSERTCMP(object->n_ops, >=, object->n_exclusive);
101 object->n_ops++;
104 if (object->n_ops > 0) {
123 object->n_ops++;
162 object->n_ops, object->n_in_progress, object->n_exclusive);
200 ASSERTCMP(object->n_ops, >=, object->n_in_progress);
201 ASSERTCMP(object->n_ops, >=, object->n_exclusive);
209 object->n_ops++;
227 object->n_ops
[all...]
H A Dobject.c71 object->debug_id, parent->debug_id, parent->n_ops);
74 parent->n_ops--;
76 if (parent->n_ops == 0)
168 object->debug_id, object->n_ops, object->n_children);
169 if (object->n_ops == 0 && object->n_children == 0) {
413 parent->n_ops++;
446 ASSERTCMP(parent->n_ops, >, 0);
588 if (object->n_ops > 0) {
589 ASSERTCMP(object->n_ops, >=, object->n_obj_ops);
590 ASSERTIF(object->n_ops > objec
[all...]
H A Dobject-list.c223 obj->n_ops != 0 ||
243 obj->n_ops,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbind_nss_hpux.h55 int n_ops; member in struct:nss_backend
H A Dwinbind_nss_solaris.c192 be->n_ops = sizeof(passwd_ops) / sizeof(nss_backend_op_t);
336 be->n_ops = sizeof(group_ops) / sizeof(nss_backend_op_t);
581 _nss_winbind_common_constr (nss_backend_op_t ops[], int n_ops) argument
589 be->n_ops = n_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dgenetlink.h105 struct genl_ops *ops, size_t n_ops);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfscache-cache.h347 int n_ops; /* number of ops outstanding on object */ member in struct:fscache_object
426 object->n_ops = object->n_in_progress = object->n_exclusive = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dinterface.c327 ASSERTCMP(object->fscache.n_ops, ==, 0);
H A Dnamei.c46 prefix, object->fscache.n_ops, object->fscache.n_in_progress,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Dgenetlink.c416 * @n_ops: number of elements to register
438 struct genl_ops *ops, size_t n_ops)
446 for (i = 0; i < n_ops; ++i, ++ops) {
437 genl_register_family_with_ops(struct genl_family *family, struct genl_ops *ops, size_t n_ops) argument

Completed in 74 milliseconds