Search:

Type: Posts; User: aliasghar

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    2,470

    first of all: thanks for you answers! I could...

    first of all: thanks for you answers!
    I could not reply to you bacause I did'nt have access to internet for some days.



    well, I 'm writing an anti-malicious code. A code to find hidden...
  2. Replies
    4
    Views
    2,470

    I 'm writing a code to traverse all the allocated...

    I 'm writing a code to traverse all the allocated slab lists. To do so I have to typedef slab and some other structures.
    So you mean if I copy/paste the the exact definition to my code, it will work...
  3. Replies
    4
    Views
    2,470

    kernel programming

    Hi,
    I have a question about Linux kernel programming and I hope you will answer it:
    structure "slab" is defined in kernel code named "slab.c" (it is not defined in any kernel header).


    struct...
  4. yes, that's a typo. I think the error is because...

    yes, that's a typo.
    I think the error is because of one of these two reasons:
    1. the header file for kmem_cache_t is not included: I tried to find the header file but I couldn't.
    2. cache_chain is...
  5. derefrencing pointer to incomplete type error

    I 'm writing a code to traverse all allocated slabs. First I traverse cache list through "cache_chain". my code is:

    struct list_head cache_chain, *p;
    list_for_each(p, &cache_chain){
    ...
Results 1 to 5 of 5