search for: entry_index

Displaying 7 results from an estimated 7 matches for "entry_index".

2018 Jul 10
0
[PATCH v35 1/5] mm: support to get hints of free page blocks
...get_from_free_page_list(int order, struct list_head *pages, + unsigned int size, unsigned long *loaded_num) +{ + struct zone *zone; + enum migratetype mt; + struct list_head *free_list; + struct page *free_page, *buf_page; + unsigned long addr; + __le64 *buf; + unsigned int used_buf_num = 0, entry_index = 0, + entries = size / sizeof(__le64); + *loaded_num = 0; + + /* Validity check */ + if (order < 0 || order >= MAX_ORDER) + return -EINVAL; + + buf_page = list_first_entry_or_null(pages, struct page, lru); + if (!buf_page) + return -EINVAL; + buf = (__le64 *)page_address(buf_page); +...
2008 Aug 25
0
wbinfo works fine, getent only works for builtin groups
...inbindd_group.c:winbindd_getgrent(1006) SID S-1-5-21-2824201121-3407686785-855272569-3033 not in idmap [2008/08/26 00:29:10, 1] nsswitch/winbindd_group.c:winbindd_getgrent(1011) could not look up gid for group CADUsers [2008/08/26 00:29:10, 10] nsswitch/winbindd_group.c:winbindd_getgrent(961) entry_index = 3, num_entries = 8 [2008/08/26 00:29:10, 10] nsswitch/idmap_cache.c:idmap_cache_set_negative_sid(258) Adding cache entry with key = IDMAP/SID/S-1-5-21-2824201121-3407686785-855272569-3039; value = 1219667470/IDMAP/NEGATIVE and timeout = Tue Aug 26 00:31:10 200 8 (120 seconds ahead) [2008/08/26...
2007 Jul 06
1
winbindd running amok
...= 13 processing name MKurtic buf_len + 12 = 25 processing name sdkruijf appending TUE+sdkruijf at ndx 12 processing name MKurtic appending TUE+mkurtic at ndx 11 num_mem = 2, len = 25, mem = TUE+sdkruijf,TUE+mkurtic fill_grent_mem returning 1 list_len = 755, mem_len = 25 adding group num_entries = 9 entry_index = 10, num_entries = 111511 sid_to_gid: sid = [S-1-5-21-1895577662-1677200029-1617787245-299969] db_get_id_from_sid internal_get_id_from_sid: fetching record S-1-5-21-1895577662-1677200029-1617787245-299969 of type 0x2 internal_get_id_from_sid: record S-1-5-21-1895577662-1677200029-1617787245-299969...
2018 Jul 10
7
[PATCH v35 0/5] Virtio-balloon: support free page reporting
This patch series is separated from the previous "Virtio-balloon Enhancement" series. The new feature, VIRTIO_BALLOON_F_FREE_PAGE_HINT, implemented by this series enables the virtio-balloon driver to report hints of guest free pages to the host. It can be used to accelerate live migration of VMs. Here is an introduction of this usage: Live migration needs to transfer the VM's
2003 Dec 02
2
Problem with , in Common Name when running samba3 as ADS Member (Problem with Group-Contents)
...---------------------- [2003/12/02 12:24:24, 10] nsswitch/winbindd.c:process_request(305) process_request: request fn GETGRENT [2003/12/02 12:24:24, 3] nsswitch/winbindd_group.c:winbindd_getgrent(608) [13241]: getgrent [2003/12/02 12:24:24, 10] nsswitch/winbindd_group.c:winbindd_getgrent(645) entry_index = 0, num_entries = 0 [2003/12/02 12:24:24, 10] nsswitch/winbindd_cache.c:refresh_sequence_number(342) refresh_sequence_number: TOPALISWORLD time ok [2003/12/02 12:24:24, 10] nsswitch/winbindd_cache.c:refresh_sequence_number(367) refresh_sequence_number: TOPALISWORLD seq number is now 4263604 [2...
2018 Jun 25
9
[PATCH v34 0/4] Virtio-balloon: support free page reporting
This patch series is separated from the previous "Virtio-balloon Enhancement" series. The new feature, VIRTIO_BALLOON_F_FREE_PAGE_HINT, implemented by this series enables the virtio-balloon driver to report hints of guest free pages to the host. It can be used to accelerate live migration of VMs. Here is an introduction of this usage: Live migration needs to transfer the VM's
2018 Jun 25
9
[PATCH v34 0/4] Virtio-balloon: support free page reporting
This patch series is separated from the previous "Virtio-balloon Enhancement" series. The new feature, VIRTIO_BALLOON_F_FREE_PAGE_HINT, implemented by this series enables the virtio-balloon driver to report hints of guest free pages to the host. It can be used to accelerate live migration of VMs. Here is an introduction of this usage: Live migration needs to transfer the VM's