HomeSort by relevance Sort by last modified time
    Searched full:search_contexts (Results 1 - 1 of 1) sorted by null

  /external/yaffs2/yaffs2/direct/
yaffsfs.c 1190 static struct list_head search_contexts; variable in typeref:struct:list_head
1241 if(!search_contexts.next)
1248 list_for_each(i, &search_contexts) {
1281 if(!search_contexts.next)
1282 INIT_LIST_HEAD(&search_contexts);
1284 list_add(&dsc->others,&search_contexts);

Completed in 45 milliseconds