Lines Matching refs:other
14 all of which make reference to each other. In an attempt to make things
25 usually embedded within some other structure which contains the stuff
42 When you see a sysfs directory full of other directories, generally each
54 embedded in other structures. If you are used to thinking of things in
56 from which other classes are derived. A kobject implements a set of
58 nice to have in other objects. The C language does not allow for the
59 direct expression of inheritance, so other techniques - such as structure
215 ksets, show and store functions, and other details. This is the one
245 in as other portions of the kernel can get a reference on any kobject that
300 release() method for this type of kobject. The other two fields (sysfs_ops
311 each other. There is no restriction that they be of the same ktype, but be
321 set up to be the parent of other kobjects; the top-level directories of
329 should not be manipulated by any other user.
347 Because other references to the kset may still exist, the release may happen
395 any other sysfs housekeeping will be handled for the caller properly.
408 called, and the objects in the former circle release each other.