Searched refs:reservations (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A DMakefile32 reservations.o \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Drsv.c247 * Multicast reservations can become established within 1
274 * Update a reservations state, and schedule an update of the
577 list_add_tail(&rsv->rc_node, &rc->reservations);
637 list_for_each_entry(rsv, &rc->reservations, rc_node) {
680 * The PAL call uwb_rsv_destroy() for all accepted reservations before
756 list_add_tail(&rsv->rc_node, &rc->reservations);
770 * uwb_rsv_get_usable_mas - get the bitmap of the usable MAS of a reservations
799 list_for_each_entry(rsv, &rc->reservations, rc_node) {
815 list_for_each_entry_safe(rsv, t, &rc->reservations, rc_node) {
879 list_for_each_entry(rsv, &rc->reservations, rc_nod
[all...]
H A Ddrp.c90 /* First traverse all reservations to determine memory needed. */
91 list_for_each_entry(rsv, &rc->reservations, rc_node) {
114 /* Next traverse all reservations to place IEs in allocated memory. */
115 list_for_each_entry(rsv, &rc->reservations, rc_node) {
347 list_for_each_entry(rsv, &rc->reservations, rc_node) {
626 * Do nothing with DRP IEs for reservations that have been
726 * two or more reservations established with the RC).
729 * group conflict with the RC's reservations.
732 * from a device (i.e., it's terminated all reservations).
734 * Only the software state of the reservations i
[all...]
H A Duwb-debug.c23 * reservations: information on reservations.
199 list_for_each_entry(rsv, &rc->reservations, rc_node) {
317 rc->dbg->reservations_f = debugfs_create_file("reservations", 0444,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dhugetlb.c57 * Region tracking -- allows tracking of reservations and instantiated pages
263 * Flags for MAP_PRIVATE reservations. These are stored in the bottom
486 * have no page reserves. This check ensures that reservations are
1000 struct resv_map *reservations = vma_resv_map(vma); local
1002 err = region_chg(&reservations->regions, idx, idx + 1);
1020 struct resv_map *reservations = vma_resv_map(vma); local
1023 region_add(&reservations->regions, idx, idx + 1);
1306 * to keep enough around to satisfy reservations). Then place
2027 struct resv_map *reservations = vma_resv_map(vma); local
2037 if (reservations)
2044 struct resv_map *reservations = vma_resv_map(vma); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Duwb.h29 * @streams: bitmap of streams allocated to reservations targeted at
31 * reservations targeted at DevAddrs.
145 * Number of streams reserved for reservations targeted at DevAddrs.
186 * DRP reservations are uniquely identified by the owner, target and
189 * devices with different DevAddrs. In this case, reservations are
232 * @global: MAS unused by neighbors (excluding reservations targetted
234 * @local: MAS unused by local established reservations
235 * @pending: MAS unused by local pending reservations
357 struct list_head reservations; member in struct:uwb_rc

Completed in 95 milliseconds