Lines Matching refs:in

2 mechanisms in the sunrpc layer that is used, in particular,
10 There are a number of caches that are similar in structure though
11 quite possibly very different in content and use. There is a corpus
27 items after they expire, and are no longer in-use.
28 - making requests to user-space to fill in cache entries
29 - allowing user-space to directly set entries in the cache
38 1/ A cache needs a datum to store. This is in the form of a
44 expiry and update times for use in cache management.
57 in the cache_head. cache_put should release any
63 test if the keys in the two structures match. Return
66 Set the 'key' fields in 'new' from 'orig'. This may
69 Set the 'content' fileds in 'new' from 'orig'.
85 cache entry. It is in 'buf' of length 'len'.
86 cache_parse should parse this, find the item in the
98 To find a value in a cache, call sunrpc_cache_lookup passing a pointer
99 to the cache_head in a sample item with the 'key' fields filled in.
106 cache_check will return -ENOENT in the entry is negative or if an up
111 typically embedded in the actual request and can be used to create a
131 with that name is created in /proc/net/rpc
145 with the intention that an item in the cache with the give key
152 user-space. These requests appear in the channel file.
167 answered will still appear in the file and will be read by the new
194 If spaces, newlines, or nul characters are needed in a field they
197 hex digits, and pairs of these digits provide the bytes in the
199 2/ otherwise a \ in the field must be followed by 3 octal digits
202 '\' must be quoted in this way.