Searched refs:sp_list (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstackglue.c57 list_for_each_entry(p, &ocfs2_stack_list, sp_list) {
180 list_add(&plugin->sp_list, &ocfs2_stack_list);
205 list_del_init(&plugin->sp_list);
226 list_for_each_entry(p, &ocfs2_stack_list, sp_list) {
501 list_for_each_entry(p, &ocfs2_stack_list, sp_list) {
H A Dstackglue.h234 struct list_head sp_list; member in struct:ocfs2_stack_plugin
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/power/
H A Dsnapshot.c2042 struct linked_page *sp_list, *lp; local
2071 sp_list = NULL;
2081 lp->next = sp_list;
2082 sp_list = lp;
2105 while (sp_list) {
2106 lp = sp_list->next;
2107 free_image_page(sp_list, PG_UNSAFE_CLEAR);
2108 sp_list = lp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/
H A Dfeat.c600 static u8 dccp_feat_sp_list_ok(u8 feat_num, u8 const *sp_list, u8 sp_len) argument
602 if (sp_list == NULL || sp_len < 1)
605 if (!dccp_feat_is_valid_sp_val(feat_num, *sp_list++))

Completed in 96 milliseconds